Announcement

Collapse
No announcement yet.

LLVM Clang Adds "-march=native" Support For The Apple M1

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • LLVM Clang Adds "-march=native" Support For The Apple M1

    Phoronix: LLVM Clang Adds "-march=native" Support For The Apple M1

    A subtle but notable change worth mentioning last week for LLVM Clang 15.0 is "-march=native" now working for this compiler when running on Apple M1 SoCs...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Actually, looking at the patch the code is behind an

    Code:
    #elif defined(__APPLE)
    block, which is not defined on Linux. So it affects only macOS (and maybe iOS, IDK).

    Comment

    Working...
    X