[PATCH v2 0/1] libgccjit: Add support for Aarch64 CPU features
Drea Pinski via Sourceware Forge
forge-bot+pinskia@forge-stage.sourceware.org
Fri May 22 14:54:16 GMT 2026
Drea Pinski (pinskia) <pinskia@gcc.gnu.org>) commented on the code:
> +++ gcc/config/aarch64/aarch64-jit.cc
> @@ -0,0 +63,4 @@
> +
> + if (TARGET_BTI)
> + jit_add_target_info ("target_feature", "bti");
> + if (TARGET_SVE_F32MM) // TODO: not sure what to do with this.
You don't need these #undef, the include already does:
```
#undef AARCH64_OPT_FMV_EXTENSION
#undef AARCH64_OPT_EXTENSION
#undef AARCH64_FMV_FEATURE
```
--
https://forge.sourceware.org/gcc/gcc-TEST/pulls/108#issuecomment-3321
More information about the Jit
mailing list