File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog for the optimized Picnic implementation
22
3+ ## Version 3.0.16 -- 2022-08-01
4+
5+ * Fix alignment of buffers accessed with SIMD instructions when building with MSVC.
6+ * Ensure that builds fail if alignment cannot be specified.
7+
38## Version 3.0.15 -- 2022-06-28
49
510* Fix debug build.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
1212# project info
1313set (PICNIC_MAJOR_VERSION 3)
1414set (PICNIC_MINOR_VERSION 0)
15- set (PICNIC_PATCH_VERSION 15 )
15+ set (PICNIC_PATCH_VERSION 16 )
1616set (PICNIC_VERSION ${PICNIC_MAJOR_VERSION} .${PICNIC_MINOR_VERSION} .${PICNIC_PATCH_VERSION} )
1717
1818project (picnic LANGUAGES C CXX VERSION ${PICNIC_VERSION} )
You can’t perform that action at this time.
0 commit comments