mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #3049 - Enable loongarch64 Ion backend build and runtime
This commit is contained in:
parent
4760c65706
commit
81e98512a9
12 changed files with 337 additions and 25 deletions
|
|
@ -1421,8 +1421,7 @@ ReloadPrefsCallback(const char* pref, void* data)
|
|||
bool useNativeRegExp = Preferences::GetBool(JS_OPTIONS_DOT_STR "native_regexp") && !safeMode;
|
||||
|
||||
#if defined(JS_CODEGEN_LOONGARCH64)
|
||||
// The loongarch64 port is baseline-only for now.
|
||||
useIon = false;
|
||||
// asm.js, wasm, and native regexp JIT are still disabled on loongarch64.
|
||||
useAsmJS = false;
|
||||
useWasm = false;
|
||||
useWasmBaseline = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue