Skip to content

Commit 735fb0f

Browse files
committed
Remove unused HAVE_CHUNKMEMSET_1 define
1 parent 0ed5ac8 commit 735fb0f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

arch/x86/chunkset_avx2.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ typedef __m128i halfchunk_t;
1515
#define HAVE_CHUNKMEMSET_4
1616
#define HAVE_CHUNKMEMSET_8
1717
#define HAVE_CHUNKMEMSET_16
18-
#define HAVE_CHUNKMEMSET_1
1918
#define HAVE_CHUNK_MAG
2019
#define HAVE_HALF_CHUNK
2120

arch/x86/chunkset_avx512.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ typedef __mmask16 halfmask_t;
1818
#define HAVE_CHUNKMEMSET_4
1919
#define HAVE_CHUNKMEMSET_8
2020
#define HAVE_CHUNKMEMSET_16
21-
#define HAVE_CHUNKMEMSET_1
2221
#define HAVE_CHUNK_MAG
2322
#define HAVE_HALF_CHUNK
2423
#define HAVE_MASKED_READWRITE

0 commit comments

Comments
 (0)