Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 343 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 343 Bytes

VectorProcessingTPCH

The project needs Boost library as well as the C++ Vector library from www.agner.org/optimize.

Goal of this work is to educate myself on writing highly optimized code and gain expertise with AVX.

QT is used as the IDE since it has clang. Platform codegen flags : -march=core-avx2 -fabi-version=0 -v