diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-29 08:45:36 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-29 08:45:36 +0200 |
| commit | 0baa5a82ad00e0bb3c024be2355dd58a9399e68a (patch) | |
| tree | f6e3b354359ff2bca2ac9d4f9e636eff3a805c76 | |
| parent | 0ea17750844de67b652ceed3d35ddc38490fde10 (diff) | |
| download | box64-0baa5a82ad00e0bb3c024be2355dd58a9399e68a.tar.gz box64-0baa5a82ad00e0bb3c024be2355dd58a9399e68a.zip | |
Added comment on how to build test18 (for #648)
| -rw-r--r-- | tests/test18.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test18.c b/tests/test18.c index 395c2efe..4ed5591a 100644 --- a/tests/test18.c +++ b/tests/test18.c @@ -1,3 +1,4 @@ +// build with gcc -march=corei7 -O2 -g -maes -mpclmul test18.c -o test18 #include <stdio.h> #include <stdint.h> #include <wmmintrin.h> |