Performance-portable SIMD library with runtime dispatch
Performance-portable, length-agnostic SIMD with runtime dispatch
highway$ highway --version$ clang++ -std=c++17 myprogram.cc -I$(brew --prefix highway)/include -o myprogram$ g++ myprogram.cc $(pkg-config --cflags --libs libhighway) -o myprogram