4 ms·
this looks very interesting and I'd love to add it to the benchmarking! I was interested in trying it but unfortunately got an installation error on my macbook
by noamteyssier 11mo ago
this looks very interesting and I'd love to add it to the benchmarking! I was interested in trying it but unfortunately got an installation error on my macbook where I'm running the benchmarks:
```
clang \
-g -ggdb -O3 \
-Wall -Wextra -Wpointer-arith \
-D_FORTIFY_SOURCE=2 -fPIE \
mmuniq.c \
-lm \
-Wl,-z,now -Wl,-z,relro \
-o mmuniq
mmuniq.c:1:10: fatal error: 'byteswap.h' file not found
1 | #include <byteswap.h>
| ^~~~~~~~~~~~
1 error generated.
make: ** [mmuniq] Error 1
```