mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-03 15:20:17 +01: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…
Reference in a new issue