mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
LLVM: Implement Recursive Intrinsics
This commit is contained in:
parent
fcf0b74c79
commit
b073d08a52
2 changed files with 77 additions and 12 deletions
|
|
@ -6049,6 +6049,8 @@ public:
|
|||
final_result = eval(insert(final_result, i, r_fraction));
|
||||
}
|
||||
|
||||
//final_result = eval(select(final_result != (0), final_result, bitcast<u32[4]>(pshufb(splat<u8[16]>(0), bitcast<u8[16]>(final_result)))));
|
||||
|
||||
return bitcast<f32[4]>(bitcast<u32[4]>(final_result | bitcast<u32[4]>(fix_exponent) | a_sign));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue