You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aarch64: Add -msimd-memops option controlling SIMD usage in memset/memcpy
This option (enabled by default) preserves existing behavior by
allowing use of Advanced SIMD registers while expanding
memset/memcpy/memmove operations into inline instructions.
Disabling this option prevents use of these registers for environments
where the FPU may be disabled to reduce the cost of saving/restoring
the processor state, such as in interrupt handlers.
Signed-off-by: Keith Packard <[email protected]>
(cherry picked from commit 65837c3)
0 commit comments