mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12: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