mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
[ABI] Build improvements - replaced ASMJIT_BUIlD_X86 with ASMJIT_NO_X86 and other changes...
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <asmjit/core.h>
|
||||
|
||||
#ifdef ASMJIT_BUILD_X86
|
||||
#if !defined(ASMJIT_NO_X86)
|
||||
#include <asmjit/x86.h>
|
||||
|
||||
#include <limits>
|
||||
@@ -5046,4 +5046,5 @@ void benchmarkX86Emitters(uint32_t numIterations, bool testX86, bool testX64) {
|
||||
});
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // !ASMJIT_NO_X86
|
||||
|
||||
Reference in New Issue
Block a user