Skip to content

Commit

Permalink
Add note in documentation and changelog regarding the aarch64 port
Browse files Browse the repository at this point in the history
  • Loading branch information
pablooliveira committed Aug 29, 2023
1 parent 06192b3 commit 8bc54ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Verificarlo CHANGELOG

# [master] unreleased
* Added support for Aarch64 (arm64) architectures
* verificarlo accepts LLVM byte-code as input and can produce byte-code as output

# [v0.9.1] 2022/10/21

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A tool for debugging and assessing floating point precision and reproducibility.

## Installation

To install Verificarlo please refer to the [installation documentation](doc/01-Install.md).
To install Verificarlo please refer to the [installation documentation](doc/01-Install.md). Verificarlo supports both amd64 and aarch64 architectures.

## Using Verificarlo through its Docker image

Expand Down

0 comments on commit 8bc54ea

Please sign in to comment.