index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
glasm
/
emit_glasm_floating_point.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
shader_recompiler: Reduce unused includes
ameerj
2022-03-20
1
-2
/
+0
*
shader_recompiler: Adjust emit_context includes
ameerj
2021-12-06
1
-1
/
+1
*
glasm: Implement PREC on relevant instructions
ReinUsesLisp
2021-07-23
1
-6
/
+12
*
glasm: Review all GLASM insts to be aware of register aliasing
ReinUsesLisp
2021-07-23
1
-4
/
+4
*
glasm: Add MUFU instructions to GLASM
ReinUsesLisp
2021-07-23
1
-14
/
+15
*
glasm: Properly clamp Fp64 on GLASM
ReinUsesLisp
2021-07-23
1
-6
/
+6
*
glasm: Fix clamps so the min value has priority on NAN on GLASM
ReinUsesLisp
2021-07-23
1
-12
/
+15
*
glasm: Add conversion instructions to GLASM
ReinUsesLisp
2021-07-23
1
-22
/
+28
*
glasm: Add fp min/max insts and fix store for fp64 on GLASM
ReinUsesLisp
2021-07-23
1
-8
/
+6
*
glasm: Add floating-point comparisons on GLASM
ReinUsesLisp
2021-07-23
1
-81
/
+89
*
glasm: Initial GLASM fp64 support
ReinUsesLisp
2021-07-23
1
-8
/
+8
*
glasm: Make GLASM aware of types
ReinUsesLisp
2021-07-23
1
-164
/
+135
*
glasm: Implement basic GLASM instructions
ReinUsesLisp
2021-07-23
1
-0
/
+421
*
glasm: Add GLASM backend infrastructure
ReinUsesLisp
2021-07-23
1
-0
/
+0