Support more instructions

This commit is contained in:
S Gopal Rajagopal 2014-10-19 01:57:54 +05:30
parent 35a0e0c625
commit ce4d04290e
5 changed files with 839 additions and 222 deletions

View file

@ -2,7 +2,7 @@
#include <emmintrin.h>
union u128
union _CRT_ALIGN(16) u128
{
u64 _u64[2];
s64 _s64[2];