mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +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
|
|
@ -295,10 +295,9 @@ LoadContextOptions(const char* aPrefName, void* /* aClosure */)
|
|||
bool useIon = GetWorkerPref<bool>(NS_LITERAL_CSTRING("ion"));
|
||||
|
||||
#if defined(JS_CODEGEN_LOONGARCH64)
|
||||
// The loongarch64 port is baseline-only for now.
|
||||
// asm.js and wasm are still disabled on loongarch64 workers.
|
||||
useAsmJS = false;
|
||||
useWasm = false;
|
||||
useIon = false;
|
||||
#endif
|
||||
|
||||
bool useNativeRegExp = GetWorkerPref<bool>(NS_LITERAL_CSTRING("native_regexp"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue