Skip to content

Commit

Permalink
1.0.3 release candidate
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 503124853
  • Loading branch information
jan-wassenberg authored and copybara-github committed Jan 19, 2023
1 parent 9993822 commit 58746ca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(POLICY CMP0111)
cmake_policy(SET CMP0111 OLD)
endif()

project(hwy VERSION 1.0.2) # Keep in sync with highway.h version
project(hwy VERSION 1.0.3) # Keep in sync with highway.h version

# Directly define the ABI version from the cmake project() version values:
set(LIBRARY_VERSION "${hwy_VERSION}")
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
highway (1.0.3-1) UNRELEASED; urgency=medium

* Add RearrangeToOddPlusEven, Xor3, 8-bit CompressStore, HWY_ASSUME
* Add contrib/bit_pack for 8/16-bit lanes
* Add WASM_EMU256 target
* Documentation improvements
* Allow opting out of C++ stdlib usage for Compiler Explorer
* Update for new RVV intrinsics; faster WASM min/max and extmul/q15mul
* Fix UB, GCC atomic

-- Jan Wassenberg <[email protected]> Thu, 19 Jan 2023 13:00:00 +0200

highway (1.0.2-1) UNRELEASED; urgency=medium

* Add ExclusiveNeither, FindKnownFirstTrue, Ne128
Expand Down
2 changes: 1 addition & 1 deletion hwy/highway.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace hwy {
// API version (https://semver.org/); keep in sync with CMakeLists.txt.
#define HWY_MAJOR 1
#define HWY_MINOR 0
#define HWY_PATCH 2
#define HWY_PATCH 3

//------------------------------------------------------------------------------
// Shorthand for tags (defined in shared-inl.h) used to select overloads.
Expand Down

0 comments on commit 58746ca

Please sign in to comment.