highway

Performance-portable SIMD library with runtime dispatch

brewmacoslinux
Try with needOr install directly
Source

About

Performance-portable, length-agnostic SIMD with runtime dispatch

Commands

highway

Examples

Check highway version and basic information$ highway --version
Compile a C++ program using highway SIMD library$ clang++ -std=c++17 myprogram.cc -I$(brew --prefix highway)/include -o myprogram
Link against highway library with pkg-config$ g++ myprogram.cc $(pkg-config --cflags --libs libhighway) -o myprogram