Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: archspec/archspec-json

Tags

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove `PDCM` from the sapphirerapids list (#119)

`PDCM` is not a feature currently used by compilers, see for instance
https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html.

For GCP VMs, only ones that have vPMU [enabled](https://cloud.google.com/compute/docs/manage-pmu-in-vms) would have `PDCM` exposed in the guest. Including `PDCM` would therefore cause these non-vPMU-enabled VMs to be identified as icelake instead.

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/checkout from 4.1.3 to 4.1.4 (#101)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@1d96c77...0ad4b8f)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a new test, updated README (#87)

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Neoverse V2 and Armv9 (#79)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add AMD Zen4 Architecture Flags for LLVM 16 (#69)

* Add AMD Zen4 Architecture Flags for LLVM 16
* Update microarchitectures.json

---------

Co-authored-by: usivakum <[email protected]>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apple M2: add tentative entry in the JSON file (#55)

This includes output from darwin `sysctl` and a sample
of /proc/cpuinfo from asahi linux

v0.1.4

Toggle v0.1.4's commit message
OneAPI support for x86-64-v[2-4] in 2021.2.0:

v0.1.3

Toggle v0.1.3's commit message
Add riscv64 arch and u74mc uarch (#35)

Add riscv64 arch and SiFive u74mc uarch.

First version of GCC with RISC-V support was 7.1.
First version of LLVM with RISC-V support was 9.0.
rv64gc is a commonly used shorthand alias for rv64imafdc.

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
alalazo Massimiliano Culpo
graviton: fixed typo in compiler flags (#18)

v0.1.1

Toggle v0.1.1's commit message
Don't use version suffix to distinguish among compilers

Instead of suffixing the version of Clang with "-apple"
change the name of Apple compiler to "apple-clang".