Skip to content

Commit

Permalink
Release v2.5.0
Browse files Browse the repository at this point in the history
This version is based on Valgrind-3.21.0.

### Added
	- Add sr_monotonic rounding mode
	- Add [random|average]_scomdet rounding mode
	- Add prandom rounding mode with various update strategies
	- Add away_zero rounding mode
	- Add instrumentation of hardware sqrt
	- Add --with-verrou-denorm-hack option in configure
	- Add Nan and Inf detection in Interlibm
	- Add xxhash (by default) for [random,average]_[det|comdet|scomdet] and sr_monotonic

### Changed
	- Code factorization in python tools
	- Performance optimization
	- verrou_dd_* is now resilient to invalid heuristics
  • Loading branch information
lathuili committed May 26, 2023
1 parent 0c20a07 commit 129c1ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Change Log
## [UNRELEASED]
## v2.5.0 - 2023-05-26

This version is based on Valgrind-3.20.0.
This version is based on Valgrind-3.21.0.

### Added

- Add sr_monotonic rounding mode
- Add [random|average]_scomdet rounding mode
- Add prandom rounding mode with various update strategies
- Add away_zero rounding mode
- Add instrumentation of hardware sqrt
- Add --with-verrou-denorm-hack option in configure
- Add Nan and Inf detection in Interlibm
- Add xxhash (by default) for [random,average]_[det|comdet|scomdet] and sr_monotonic

### Changed


- Code factorization in python tools
- Performance optimization
- verrou_dd_* is now resilient to invalid heuristics
---

## v2.4.0 - 2022-12-15

Expand Down
2 changes: 1 addition & 1 deletion valgrind.diff
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ index b86e80220..f67bafdf1 100755
m4_define([v_minor_ver], [21])
m4_define([v_micro_ver], [0])
-m4_define([v_suffix_ver], [])
+m4_define([v_suffix_ver], [verrou-dev])
+m4_define([v_suffix_ver], [verrou-2.5.0])
m4_define([v_rel_date], ["28 Apr 2023"])
m4_define([v_version],
m4_if(v_suffix_ver, [],
Expand Down

0 comments on commit 129c1ea

Please sign in to comment.