We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab37377 + ddf1c45 commit dfc2998Copy full SHA for dfc2998
1 file changed
README.md
@@ -41,18 +41,24 @@ Check out example.cpp
41
42
You can run it like so:
43
44
+```
45
make example
46
./example
47
48
+
49
50
Usage
51
------------------------
52
53
54
make
55
./unit
56
57
58
To run tests, you can do
-
59
60
./testcodecs
61
62
63
(follow the instructions)
64
@@ -105,7 +111,7 @@ A processor support AVX (Intel or AMD).
105
111
Tested on Linux, MacOS and Windows. It should be portable to other platforms.
106
112
107
113
*- The default makefile might assume AVX support, but AVX is not required. For GCC
108
-compilers you might need the -msse2 flag, but you will not need the -mavx flag.
114
+compilers, you might need the -msse2 flag, but you will not need the -mavx flag.
109
115
110
116
For advanced benchmarking, please see
117
0 commit comments