mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
PPU LLVM: rewrite and optimize saturation bit
Use vector accumulator
This commit is contained in:
parent
209b14fbac
commit
e3e39e8de3
5 changed files with 110 additions and 129 deletions
|
|
@ -65,8 +65,6 @@
|
|||
#include "util/v128sse.hpp"
|
||||
#include "util/sysinfo.hpp"
|
||||
|
||||
const bool s_use_ssse3 = utils::has_ssse3();
|
||||
|
||||
extern atomic_t<u64> g_watchdog_hold_ctr;
|
||||
|
||||
// Should be of the same type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue