aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm_x86.dasc
diff options
context:
space:
mode:
authorMike Pall <mike>2009-12-22 20:27:20 +0100
committerMike Pall <mike>2009-12-22 20:27:20 +0100
commit6ce0c90ed642157f019b50ad1eb06246471a47b1 (patch)
treee3cc5e7207db2167f7f22a64ee4bfc8a93cd6ca5 /src/buildvm_x86.dasc
parenta5faa29aa951d4fbd874b24350c315efc1cf3133 (diff)
downloadluajit-6ce0c90ed642157f019b50ad1eb06246471a47b1.tar.gz
luajit-6ce0c90ed642157f019b50ad1eb06246471a47b1.tar.bz2
luajit-6ce0c90ed642157f019b50ad1eb06246471a47b1.zip
Add build infrastructure for the SSE2-enabled interpreter.
Works on x86 now. Will be enabled by default on x64 (not ready, yet).
Diffstat (limited to 'src/buildvm_x86.dasc')
-rw-r--r--src/buildvm_x86.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm_x86.dasc b/src/buildvm_x86.dasc
index b858a733..99842d08 100644
--- a/src/buildvm_x86.dasc
+++ b/src/buildvm_x86.dasc
@@ -4554,7 +4554,7 @@ static int build_backend(BuildCtx *ctx)
4554#ifdef LUAJIT_CPU_NOCMOV 4554#ifdef LUAJIT_CPU_NOCMOV
4555 cmov = 0; 4555 cmov = 0;
4556#endif 4556#endif
4557#ifdef LUAJIT_CPU_SSE2 4557#if defined(LUAJIT_CPU_SSE2) || defined(LJ_TARGET_X64)
4558 sse = 1; 4558 sse = 1;
4559#endif 4559#endif
4560 4560