Skip to content

Commit

Permalink
1.0.4 release candidate
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 517406503
  • Loading branch information
jan-wassenberg authored and copybara-github committed Mar 17, 2023
1 parent e3fb207 commit 46e365d
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.3) # Keep in sync with highway.h version
project(hwy VERSION 1.0.4) # Keep in sync with highway.h version
# `hwy` is lowercase to handle find_package() in Config mode:
set(namespace "${PROJECT_NAME}::")

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.4-1) UNRELEASED; urgency=medium

* Add PPC8..10, SSE2, AVX3_ZEN4, NEON_WITHOUT_AES targets
* Add Expand, LoadExpand, integer AbsDiff, SumsOf8AbsDiff
* Improved Half/Twice support, codegen for Shift*Same
* Support Wasm in Godbolt
* Faster KV128 sorting
* Fix armv7 build config, CMake config mode
* Update RVV intrinsics for 1.0-draft

-- Jan Wassenberg <[email protected]> Fri, 17 Mar 2023 15:00:00 +0200

highway (1.0.3-1) UNRELEASED; urgency=medium

* Add RearrangeToOddPlusEven, Xor3, 8-bit CompressStore, HWY_ASSUME
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 3
#define HWY_PATCH 4

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

0 comments on commit 46e365d

Please sign in to comment.