Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 390 Bytes

Dependency: Need to install google benchmark.

Compile and Run:

On Linux:
Simply type make will compile the benchmark,
and then run the binary generated ./benchmark,
the performance number for maddubs will show up 
for both AVX2 and AVX512.

On windows:
Create new VS project and include the source code.
Need the AVX headers for windows.