Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Victorin Brunel <[email protected]> Victorin Brunel <83
Reinis Cirpons <[email protected]> reiniscirpons <[email protected]>
Reinis Cirpons <[email protected]> Reinis Cirpons <[email protected]>
Joe Edwards <[email protected]> Joe Edwards <[email protected]>
Joe Edwards <[email protected]> Joseph Edwards <[email protected]>
Florent Hivert <[email protected]> Florent Hivert <[email protected]>
Florent Hivert <[email protected]> Florent Hivert <[email protected]>
Florent Hivert <[email protected]> Florent Hivert <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(DESCRIPTION "High Performance Combinatorics in C++ using vector instruction
CACHE STRING "Project description.")
set(VERSION_MAJOR 1 CACHE STRING "Project major version number.")
set(VERSION_MINOR 1 CACHE STRING "Project minor version number.")
set(VERSION_PATCH 0 CACHE STRING "Project patch version number.")
set(VERSION_PATCH 1 CACHE STRING "Project patch version number.")
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)

message(STATUS "**** Build type = ${CMAKE_BUILD_TYPE}")
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# HPCombi
High Performance Combinatorics in C++ using vector instructions v1.1.0

High Performance Combinatorics in C++ using vector instructions v1.1.1

HPCombi is a C++17 header-only library using the SSE and AVX instruction sets,
and some equivalents, for very fast manipulation of small combinatorial objects
Expand All @@ -13,6 +14,7 @@ HPCombi supports processors with other instruction sets also, via
are achieved on processors supporting the SSE and AVX instruction sets, but the
HPCombi benchmarks indicate that there are also still significant gains on
other processors too.

<!-- TODO add link to HPCombi wiki with benchmark graphs -->

## Authors
Expand All @@ -23,7 +25,7 @@ other processors too.
## Contributors

- Victorin Brunel <[email protected]> : wrote the
BMat16 code
BMat16 code
- Reinis Cirpons <[email protected]> : CI
- Jean-Baptiste Rouquier <[email protected]> : improvements to the doc
- Joe Edwards <[email protected]> : improvements to the CI
Expand Down