Backed out changeset 8c176d488a6d (bug 1748807) for causing spidermonkey bustages on asserts.js CLOSED TREE

This commit is contained in:
Cristian Tuns 2022-01-25 11:06:07 -05:00
parent 5ca35924eb
commit cb989b45fc
2 changed files with 8 additions and 8 deletions

View File

@ -136,13 +136,13 @@
/* flag predicate */ WasmFunctionReferencesFlag(cx), \
/* shell flag */ "gc", \
/* preference name */ "gc") \
TENTATIVE(/* capitalized name */ RelaxedSimd, \
/* lower case name */ v128Relaxed, \
/* compile predicate */ WASM_RELAXED_SIMD_ENABLED, \
/* compiler predicate */ AnyCompilerAvailable(cx), \
/* flag predicate */ WasmSimdFlag(cx), \
/* shell flag */ "relaxed-simd", \
/* preference name */ "relaxed_simd") \
EXPERIMENTAL(/* capitalized name */ RelaxedSimd, \
/* lower case name */ v128Relaxed, \
/* compile predicate */ WASM_RELAXED_SIMD_ENABLED, \
/* compiler predicate */ AnyCompilerAvailable(cx), \
/* flag predicate */ WasmSimdFlag(cx), \
/* shell flag */ "relaxed-simd", \
/* preference name */ "relaxed_simd") \
TENTATIVE(/* capitalized name */ Memory64, \
/* lower case name */ memory64, \
/* compile predicate */ WASM_MEMORY64_ENABLED, \

View File

@ -6621,7 +6621,7 @@
#if defined(ENABLE_WASM_RELAXED_SIMD)
- name: javascript.options.wasm_relaxed_simd
type: bool
value: @IS_NIGHTLY_BUILD@
value: false
mirror: always
#endif // defined(ENABLE_WASM_RELAXED_SIMD)