diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-16 22:30:18 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-16 22:30:18 +0200 |
| commit | 0554adb353e5f2cc39142e1f78464387a1137206 (patch) | |
| tree | 9572b3030ef305360611732d6432133cfa4c84c3 | |
| parent | Man page fixes (diff) | |
| download | libar2-master.tar.gz libar2-master.tar.bz2 libar2-master.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | libar2_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libar2_hash.c b/libar2_hash.c index f0f53f2..344e826 100644 --- a/libar2_hash.c +++ b/libar2_hash.c @@ -100,7 +100,7 @@ blockxor3_avx2(struct block *a_, const struct block *b_, const struct block *c_) } -/* $covered{$ (removing from coverage test because my machine does not spport AVX512F) */ +/* $covered{$ (removing from coverage test because my machine does not support AVX512F) */ LIBAR2_TARGET__("avx512f") static void blockxor3_avx512f(struct block *a_, const struct block *b_, const struct block *c_) |
