mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-22 06:43:27 +00:00
LoongArch64: Add CPU feature detection when init JIT compiler
Co-developed-by: Qiqi Huang <huangqiqi@loongson.cn>
This commit is contained in:
parent
ab7da4d156
commit
73360555d1
@ -719,6 +719,10 @@ static uint32_t jit_cpudetect(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#elif LJ_TARGET_LOONGARCH64
|
||||
|
||||
/* No optional CPU features to detect (for now). */
|
||||
|
||||
#else
|
||||
#error "Missing CPU detection for this architecture"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user