Skip to content

Commit

Permalink
11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed May 13, 2023
1 parent f80c023 commit 8ffcae8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
Changelog
=========

11.1.0
------

* Introduce XSIMD_DEFAULT_ARCH to force default architecture (if any)

* Remove C++ requirement on xsimd::exp10 scalar implementation

* Improve and test documentation

11.0.0
------

Expand Down
2 changes: 1 addition & 1 deletion include/xsimd/config/xsimd_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#define XSIMD_VERSION_MAJOR 11
#define XSIMD_VERSION_MINOR 0
#define XSIMD_VERSION_PATCH 0
#define XSIMD_VERSION_PATCH 1

/**
* high level free functions
Expand Down

1 comment on commit 8ffcae8

@cornett
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like XSIMD_VERSION_MINOR should have been bumped instead.

Please sign in to comment.