Add build infrastructure for the SSE2-enabled interpreter.
Works on x86 now. Will be enabled by default on x64 (not ready, yet).
This commit is contained in:
@@ -4554,7 +4554,7 @@ static int build_backend(BuildCtx *ctx)
|
||||
#ifdef LUAJIT_CPU_NOCMOV
|
||||
cmov = 0;
|
||||
#endif
|
||||
#ifdef LUAJIT_CPU_SSE2
|
||||
#if defined(LUAJIT_CPU_SSE2) || defined(LJ_TARGET_X64)
|
||||
sse = 1;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user