mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
Backed out changeset 8c176d488a6d (bug 1748807) for causing spidermonkey bustages on asserts.js CLOSED TREE
This commit is contained in:
parent
5ca35924eb
commit
cb989b45fc
@ -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, \
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user