mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-26 12:26:18 +00:00
shader_recompiler: Implement FREXP instructions. (#1766)
This commit is contained in:
parent
722a0e36be
commit
f1c23d514b
10 changed files with 119 additions and 8 deletions
|
@ -148,6 +148,8 @@ public:
|
|||
|
||||
Id full_result_i32x2;
|
||||
Id full_result_u32x2;
|
||||
Id frexp_result_f32;
|
||||
Id frexp_result_f64;
|
||||
|
||||
Id pi_x2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue