mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 03:32:55 +00:00
CMake: Fix Linux WITHOUT_LLVM build
- _XABORT_RETRY is defined in immintrin.h which wasn't included
This commit is contained in:
parent
59090f6d26
commit
972de4c730
@ -1,4 +1,5 @@
|
||||
#include "JIT.h"
|
||||
#include <immintrin.h>
|
||||
|
||||
asmjit::JitRuntime& asmjit::get_global_runtime()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user