You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+50-4Lines changed: 50 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,59 @@ This repository provides a small bit vector implementation along with tests and
4
4
5
5
## Running the benchmarks without bounds checking
6
6
7
-
Bounds checking is enabled by default. To benchmark without checks, configure
8
-
and build with (this defines `BITVECTOR_NO_BOUND_CHECK`). The build system now
9
-
detects whether the compiler and host CPU support AVX2 or other native
10
-
instructions and enables them when possible:
7
+
Bounds checking is enabled by default. To benchmark without checks, configure and build with (this defines `BITVECTOR_NO_BOUND_CHECK`). The build system now detects whether the compiler and host CPU support AVX2 or other native instructions and enables them when possible:
0 commit comments