[target.'cfg(any(windows, unix))']
rustflags = [
    "-C", "target-cpu=native",
    "-C", "llvm-args=-ffast-math",
    #"-C", "llvm-args=-force-vector-width=16"
]