Skip to content
Snippets Groups Projects
Commit 593e9dbd authored by David Nieder's avatar David Nieder
Browse files

readme

parent 71b42cc6
No related branches found
No related tags found
No related merge requests found
### Dependencies ###
* Google Tests (```tests/CMakeList.txt``` assumes ```/usr/src/gtest```)
* libbenchmark (https://github.com/google/benchmark)
* libmalloc_count (https://github.com/bingmann/malloc_count)
(set correct paths in ```benchmarks/CMakeList.txt```)
* x86-64 CPU with ```avx``` and ```avx2``` extension
(test with ```grep avx2 /proc/cpuinfo```)
### Building ###
```
mkdir build
cd build
cmake ..
make
```
All tests and benchmarks should be inside a new ```bin/``` folder.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment