[clang] [llvm] [AArch64] Remove Automatic Enablement of FEAT_F32MM (PR #85203)

Jonathan Thackray via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 14 06:42:59 PDT 2024


================
@@ -74,6 +74,7 @@ Changes to the AMDGPU Backend
 
 Changes to the ARM Backend
 --------------------------
+* FEAT_F32MM is no longer activated by default when using `+sve` on v8.6-A or greater. The feature is still availble and can be using by adding `+f32mm` to the command line options.
----------------
jthackray wrote:

Nit: typo, s/availble/available/

https://github.com/llvm/llvm-project/pull/85203


More information about the cfe-commits mailing list