diff --git a/src/lib_jit.c b/src/lib_jit.c index 2867d420..9c0511b7 100644 --- a/src/lib_jit.c +++ b/src/lib_jit.c @@ -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