mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +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
|
|
@ -1264,7 +1264,7 @@ pref("javascript.options.strict.debug", false);
|
|||
pref("javascript.options.unboxed_objects", false);
|
||||
pref("javascript.options.baselinejit", true);
|
||||
#if defined(JS_CODEGEN_LOONGARCH64)
|
||||
pref("javascript.options.ion", false);
|
||||
pref("javascript.options.ion", true);
|
||||
pref("javascript.options.asmjs", false);
|
||||
pref("javascript.options.wasm", false);
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue