Skip to content
Snippets Groups Projects

ARM SME detection for macOS

Merged Michael Kuron requested to merge sme into master

This is a follow-up to !385 (merged), which only implemented support for Streaming SVE / SME on Linux. In the meantime, Macs with suitable CPUs have been released, so let's add the detection code and compiler flags for it. This revealed two bugs (SME shouldn't be the highest, i.e. default, vector ISA, as this will break instruction_set="best" and test_aligned_and_nt_stores which is intentionally only run on one ISA; streaming attribute must not be added to Neon kernels).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply