Fixed build for arm platforms
This commit is contained in:
parent
4d8562f23f
commit
95e3af47d0
1 changed files with 0 additions and 2 deletions
|
@ -255,8 +255,6 @@ CPU_OSSavesYMM(void)
|
|||
_asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0
|
||||
mov a, xcr0
|
||||
}
|
||||
#else
|
||||
#error Need xgetbv implementation!
|
||||
#endif
|
||||
return ((a & 6) == 6) ? SDL_TRUE : SDL_FALSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue