Skip to content

Support for Neoverse V1 and Apple M2

Compare
Choose a tag to compare
@alalazo alalazo released this 15 Nov 07:57
· 44 commits to releases/v0.2 since this release
f0b9e77

This release introduces support for:

  • Neoverse v1 and generic Armv8.X architectures (#53, #57)
  • Apple M2 (#55)

Breaking changes

  • Compared to v0.1, the naming scheme for graviton chips changed to use generic microarchitecture names. This means that graviton is now named cortex_a72, graviton2 is now named neoverse_n1 and instead of graviton3 we introduced neoverse_v1 (#57)

Bug fixes

  • Fixed wrong compiler flags for the Intel classic compiler when targeting x86_64 (#56)
  • Removed the umip feature from icelake and cannonlake (#54)