mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Issue #3049 - Enable loongarch64 wasm runtime and Ion patching
This commit is contained in:
parent
683173c33b
commit
f796b3f7f1
9 changed files with 63 additions and 27 deletions
|
|
@ -1421,10 +1421,8 @@ ReloadPrefsCallback(const char* pref, void* data)
|
|||
bool useNativeRegExp = Preferences::GetBool(JS_OPTIONS_DOT_STR "native_regexp") && !safeMode;
|
||||
|
||||
#if defined(JS_CODEGEN_LOONGARCH64)
|
||||
// asm.js, wasm, and native regexp JIT are still disabled on loongarch64.
|
||||
// asm.js and native regexp JIT are still disabled on loongarch64.
|
||||
useAsmJS = false;
|
||||
useWasm = false;
|
||||
useWasmBaseline = false;
|
||||
useNativeRegExp = false;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue