mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Support more instructions
This commit is contained in:
parent
35a0e0c625
commit
ce4d04290e
5 changed files with 839 additions and 222 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <emmintrin.h>
|
||||
|
||||
union u128
|
||||
union _CRT_ALIGN(16) u128
|
||||
{
|
||||
u64 _u64[2];
|
||||
s64 _s64[2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue