Skip to content

Commit 3576b7c

Browse files
committed
Removed unused swizzle_ops logic
1 parent 0d44de9 commit 3576b7c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/avx512-64bit-common.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ struct ymm_vector<float> {
3434
using opmask_t = __mmask8;
3535
static const uint8_t numlanes = 8;
3636

37-
using swizzle_ops = avx2_32bit_swizzle_ops;
38-
3937
static type_t type_max()
4038
{
4139
return X86_SIMD_SORT_INFINITYF;
@@ -215,8 +213,6 @@ struct ymm_vector<uint32_t> {
215213
using opmask_t = __mmask8;
216214
static const uint8_t numlanes = 8;
217215

218-
using swizzle_ops = avx2_32bit_swizzle_ops;
219-
220216
static type_t type_max()
221217
{
222218
return X86_SIMD_SORT_MAX_UINT32;
@@ -386,8 +382,6 @@ struct ymm_vector<int32_t> {
386382
using opmask_t = __mmask8;
387383
static const uint8_t numlanes = 8;
388384

389-
using swizzle_ops = avx2_32bit_swizzle_ops;
390-
391385
static type_t type_max()
392386
{
393387
return X86_SIMD_SORT_MAX_INT32;

0 commit comments

Comments
 (0)