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
To check for SME support, compiler-rt makes a call to
__aarch64_sme_accessible(). It expects this symbol to be defined in
newlib, which is currently incorrect. This patch extends newlib.patch to
add the definition of __aarch64_sme_accessible.
Co-authored-by: Rin Dobrescu <[email protected]>
0 commit comments