Skip to content
Commit a173fa88 authored by Mark Horvath's avatar Mark Horvath
Browse files

Use __arm_streaming attribute for SME functions

As the library avoids branching as much as possible there is no reason
to share functions in the binary between the SVE2 and SME/SME2 paths.
That kind of sharing is made possible by the __arm_streaming_compatible
attribute.
In addition, functions using SME2 instructions must be attributed with
the __arm_streaming (or __arm_locally_streaming) keyword.
parent 385c4eaf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment