diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-07 15:51:55 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-07 15:51:55 -0800 |
commit | 3bb84257eac6bcf74e80dab5559fdc436773ccd6 (patch) | |
tree | 979379065fa9513de088a68ba36861d4b663759e /src | |
parent | 0b3416a1dcd808fb71043a9f400f3ef2aa636abc (diff) |
update other.test_simd test for llvm 3.3 and 3.4
Diffstat (limited to 'src')
-rw-r--r-- | src/settings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 04b2cc79..720fb53f 100644 --- a/src/settings.js +++ b/src/settings.js @@ -123,6 +123,7 @@ var PRECISE_F32 = 0; // 0: Use JS numbers for floating-point values. These are 6 // 2: Model C++ floats precisely using Math.fround if available in the JS engine, otherwise // use an empty polyfill. This will have less of a speed penalty than using the full // polyfill in cases where engine support is not present. +var SIMD = 0; // Whether to emit SIMD code ( https://github.com/johnmccutchan/ecmascript_simd ) var CLOSURE_ANNOTATIONS = 0; // If set, the generated code will be annotated for the closure // compiler. This potentially lets closure optimize the code better. |