Skip to content

Commit ae1ff37

Browse files
committed
x86 avx512 storeu: update test to prove mask fix
1 parent 6f26e0e commit ae1ff37

File tree

4 files changed

+402
-402
lines changed

4 files changed

+402
-402
lines changed

simde/x86/avx512/gather.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include "types.h"
3131
#include "../avx2.h"
3232
#include "extract.h"
33+
#include "setzero.h"
3334

3435
HEDLEY_DIAGNOSTIC_PUSH
3536
SIMDE_DISABLE_UNWANTED_DIAGNOSTICS

simde/x86/avx512/permutex.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#define SIMDE_X86_AVX512_PERMUTEX_H
2929

3030
#include "types.h"
31+
#include "setzero.h"
3132

3233
HEDLEY_DIAGNOSTIC_PUSH
3334
SIMDE_DISABLE_UNWANTED_DIAGNOSTICS

simde/x86/avx512/storeu.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
#include "types.h"
3131
#include "mov.h"
32-
#include "setzero.h"
3332
#include "loadu.h"
3433

3534
HEDLEY_DIAGNOSTIC_PUSH

0 commit comments

Comments
 (0)