Drea Pinski (pinskia) <[email protected]>) 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
