Announcement

Collapse
No announcement yet.

Arm Begins Adding Armv9 Support To The GNU Compiler Toolchain

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

  • Arm Begins Adding Armv9 Support To The GNU Compiler Toolchain

    Phoronix: Arm Begins Adding Armv9 Support To The GNU Compiler Toolchain

    Arm engineers have begun landing their Armv9 enablement work in the GNU compiler toolchain...

    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
    With the interesting part being

    +#define AARCH64_ARCH_V9 AARCH64_FEATURE (AARCH64_ARCH_V8_5, \
    + AARCH64_FEATURE_SVE \
    + | AARCH64_FEATURE_SVE2 \
    + | AARCH64_FEATURE_V9

    So armv9 is aarch64 only, armv8.5 + sve + sve2 + some specific new v9 features not mentioned yet.

    Comment

    Working...
    X