Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 467 Bytes

File metadata and controls

13 lines (10 loc) · 467 Bytes

numpy-binary

Numpy compiled for Intel Bonnell arch

Building (kind of)

CC=clang CXX=clang++ CPPFLAGS='-march=bonnell' LDFLAGS='-fuse-ld=lld' python vendored-meson/meson/meson.py setup -D b_lto=true -D cpu-baseline=X86_V2 -D cpu-dispatch=none --wipe build
ninja -C build