Skip to content

Commit dfc2998

Browse files
committed
2 parents ab37377 + ddf1c45 commit dfc2998

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,24 @@ Check out example.cpp
4141

4242
You can run it like so:
4343

44+
```
4445
make example
4546
./example
47+
```
48+
4649

4750
Usage
4851
------------------------
4952

53+
```
5054
make
5155
./unit
56+
```
5257

5358
To run tests, you can do
54-
59+
```
5560
./testcodecs
61+
```
5662

5763
(follow the instructions)
5864

@@ -105,7 +111,7 @@ A processor support AVX (Intel or AMD).
105111
Tested on Linux, MacOS and Windows. It should be portable to other platforms.
106112

107113
*- 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.
109115

110116
For advanced benchmarking, please see
111117

0 commit comments

Comments
 (0)