mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
ARM64: Remove unneeded IRCALL_* defs for math intrinsics.
Workaround for MSVC issue. Thanks to Peter Cawley. #593
This commit is contained in:
parent
b174d5e66d
commit
836ab4227a
@ -63,7 +63,7 @@ typedef struct CCallInfo {
|
||||
/* Helpers for conditional function definitions. */
|
||||
#define IRCALLCOND_ANY(x) x
|
||||
|
||||
#if LJ_TARGET_X86ORX64
|
||||
#if LJ_TARGET_X86ORX64 || LJ_TARGET_ARM64
|
||||
#define IRCALLCOND_FPMATH(x) NULL
|
||||
#else
|
||||
#define IRCALLCOND_FPMATH(x) x
|
||||
|
Loading…
Reference in New Issue
Block a user