Skip to content

Commit

Permalink
Prepare v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pablooliveira committed Aug 30, 2023
1 parent 8bc54ea commit 2c8d5c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Verificarlo CHANGELOG

# [master] unreleased
# [v1.0.0] 2023/08/30

## Added
* Added support for Aarch64 (arm64) architectures
* verificarlo accepts LLVM byte-code as input and can produce byte-code as output
* Verificarlo accepts LLVM byte-code as input and can produce byte-code as output
* Interoperability with POCL

## Fixed
* Fix binary64 precision checks in vprec backend

# [v0.9.1] 2022/10/21

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Verificarlo v0.9.1
## Verificarlo v1.0.0

A tool for debugging and assessing floating point precision and reproducibility.

Expand Down
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
AC_PREREQ([2.69])
AC_INIT([verificarlo], [0.9.1], [])
AC_INIT([verificarlo], [1.0.0], [])
AM_SILENT_RULES([yes])
AC_CONFIG_AUX_DIR(autoconf)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_REQUIRE_AUX_FILE([tap-driver.sh])
AM_INIT_AUTOMAKE([subdir-objects silent-rules foreign])
AC_PROG_LIBTOOL

LT_INIT
AC_PROG_CXX
Expand Down

0 comments on commit 2c8d5c9

Please sign in to comment.