index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
glasm
/
emit_glasm_floating_point.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-20
shader_recompiler: Reduce unused includes
ameerj
2021-12-05
shader_recompiler: Adjust emit_context includes
ameerj
2021-07-22
glasm: Implement PREC on relevant instructions
ReinUsesLisp
2021-07-22
glasm: Review all GLASM insts to be aware of register aliasing
ReinUsesLisp
2021-07-22
glasm: Add MUFU instructions to GLASM
ReinUsesLisp
2021-07-22
glasm: Properly clamp Fp64 on GLASM
ReinUsesLisp
2021-07-22
glasm: Fix clamps so the min value has priority on NAN on GLASM
ReinUsesLisp
2021-07-22
glasm: Add conversion instructions to GLASM
ReinUsesLisp
2021-07-22
glasm: Add fp min/max insts and fix store for fp64 on GLASM
ReinUsesLisp
2021-07-22
glasm: Add floating-point comparisons on GLASM
ReinUsesLisp
2021-07-22
glasm: Initial GLASM fp64 support
ReinUsesLisp
2021-07-22
glasm: Make GLASM aware of types
ReinUsesLisp
2021-07-22
glasm: Implement basic GLASM instructions
ReinUsesLisp
2021-07-22
glasm: Add GLASM backend infrastructure
ReinUsesLisp