Admin message

Due to a large amount of spam we do not allow new users to create repositories, they are "external" users. If you are a new user and want to create a repository, for example for forking GHC, open a new issue on ghc/ghc using the "get-verified" issue template

aarch64-darwin: error: expected 'sxtx' 'uxtx' or 'lsl' with optional integer in range [0, 4]
In `test-primops` we see errors on aarch64-darwin of the form: ``` /label ~"needs triage"/var/folders/40/9ycf5rrj1mq89k2xdpyt5rl00000hm/T/ghc5891_0/ghc_4.s:12:16: error: error: expected 'sxtx' 'uxtx' or 'lsl' with optional integer in range [0, 4] cmp x17, x17, sxtw ``` https://gitlab.haskell.org/ghc/test-primops/-/jobs/1615712 Could @AndreasK or @Noughtmare comment about how to fix this issue?
issue