Skip to content

Releases: archspec/archspec-json

Fixes for Neoverse V1 and Neoverse V2 detection

04 May 13:22
9eb03ac
Compare
Choose a tag to compare

What's Changed

  • Add brand string output for cpuid tests by @alalazo in #90
  • Remove paca, pacg, and bti from Neoverse V2 by @giordano in #92
  • Remove paca, pacg, and bti from Neoverse V1 by @alalazo in #93

Full Changelog: v0.2.3...v0.2.4

Added JSON file with cpuid information

26 Feb 10:26
0d995aa
Compare
Choose a tag to compare

What's Changed

  • Add a JSON file with information on cpuid by @alalazo in #86
  • Add a new test, updated README by @alalazo in #87

Full Changelog: v0.2.2...v0.2.3

Support for Sapphire Rapids, Neoverse V2 and Power10

06 Nov 16:49
d844bb3
Compare
Choose a tag to compare

This release introduces support for:

  • Sapphire Rapids (#76)
  • Neoverse V2 (#79)
  • Power 10 (#80)

Bug fixes

  • Fix version range specification for GCC on neoverse_v1 @alalazo in #71
  • Fix x86-64-v4 for icc by @stephenmsachs in #73
  • Use -mcpu instead of -march for arm compiler on N1 and V1 by @annop-w in #81

Other updates

New Contributors

Full Changelog: v0.2.1...v0.2.2

Support for Zen 4 and nvhpc compiler

12 May 09:35
17d2e94
Compare
Choose a tag to compare

This release introduces support for:

and adds compiler flags for the nvhpc compiler (#67).

Bug Fixes

Other updates

  • Intel compilers: Xeon Phi support deprecated by @zzzoom in #61

New Contributors

Full Changelog: v0.2.0...v0.2.1

Support for Neoverse V1 and Apple M2

15 Nov 07:57
f0b9e77
Compare
Choose a tag to compare

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)

Improved support for Apple M1 and a64fx, add flags for oneAPI compilers

26 May 08:20
Compare
Choose a tag to compare

This release improves support for:

  • Apple M1
  • a64fx

and adds compiler flags for oneAPI compilers.

Full Changelog: v0.1.3...v0.1.4

Support for Apple M1, Zen 3, RiscV and x86-64 architecture levels

22 Oct 08:40
Compare
Choose a tag to compare

This release adds support for:

  • Apple M1
  • Zen 3
  • RiscV and SiFive u74mc
  • x86-64 generic architecture levels

and improves compilers support in particular for AMD and ARM compilers.

Full Changelog: v0.1.2...v0.1.3

Support for Graviton and Graviton2

12 Nov 09:52
ae3522c
Compare
Choose a tag to compare

This release adds support for Graviton and Graviton 2 microarchitectures. Other notable additions:

  • Added support for Apple Clang optimization flags on x86_64 microarchitectures
  • Added samples of /proc/cpuinfo and sysctl output to the repository, to ease testing for different language bindings
  • A few misnamed features for icelake have been fixed

Rework of the JSON schema

16 Jun 17:56
Compare
Choose a tag to compare

The main modification in this release is a reworking of the schema to make the JSON file easier to parse and work with, in particular for statically typed languages (see #1). Other modifications:

  • Microarchitectures in the ppc64 or ppc64le family can be queried for vsx and fma instructions
  • Version suffixes for compilers have been abandoned as a way to distinguish among them. Apple's clang is now called apple-clang in the JSON file

First release of JSON files

02 Feb 08:50
b947450
Compare
Choose a tag to compare

Initial release of the JSON files containing the static data for CPU microarchitectures.