File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1076,6 +1076,15 @@ Arm and AArch64 Support
1076
1076
in leaf functions after enabling ``-fno-omit-frame-pointer ``, you can do so by adding
1077
1077
the ``-momit-leaf-frame-pointer `` option.
1078
1078
1079
+ - SME keyword attributes which apply to function types are now represented in the
1080
+ mangling of the type. This means that ``void foo(void (*f)() __arm_streaming); ``
1081
+ now has a different mangling from ``void foo(void (*f)()); ``.
1082
+
1083
+ - The ``__arm_agnostic `` keyword attribute was added to let users describe
1084
+ a function that preserves SME state enabled by PSTATE.ZA without having to share
1085
+ this state with its callers and without making the assumption that this state
1086
+ exists.
1087
+
1079
1088
- Support has been added for the following processors (-mcpu identifiers in parenthesis):
1080
1089
1081
1090
For AArch64:
You can’t perform that action at this time.
0 commit comments