summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/double_add.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader: Implement DMUL and DFMAameerj2021-07-231-1/+1
| | | | Also add a missing const on DADD
* shader: Add FP64 register load/store helpersameerj2021-07-231-14/+2
|
* shader: Implement DADDameerj2021-07-231-0/+67