Skip to content

Commit 8076129

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

File tree

11 files changed

+409
-403
lines changed

11 files changed

+409
-403
lines changed

simde/x86/avx512/conflict.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#define SIMDE_X86_AVX512_CONFLICT_H
33

44
#include "types.h"
5-
#include "mov_mask.h"
65
#include "mov.h"
76
#include "cmpeq.h"
87
#include "set1.h"
8+
#include "setzero.h"
99

1010
HEDLEY_DIAGNOSTIC_PUSH
1111
SIMDE_DISABLE_UNWANTED_DIAGNOSTICS

simde/x86/avx512/cvt.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
#include "types.h"
3434
#include "mov.h"
35+
#include "setzero.h"
3536
#include "../../simde-f16.h"
3637

3738
HEDLEY_DIAGNOSTIC_PUSH

simde/x86/avx512/cvts.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include "types.h"
3333
#include "mov.h"
3434
#include "storeu.h"
35+
#include "setzero.h"
3536
#include "loadu.h"
3637

3738
HEDLEY_DIAGNOSTIC_PUSH

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/insert.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
#include "types.h"
3232
#include "mov.h"
33+
#include "setzero.h"
3334

3435
HEDLEY_DIAGNOSTIC_PUSH
3536
SIMDE_DISABLE_UNWANTED_DIAGNOSTICS

simde/x86/avx512/movm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "types.h"
3232
#include "../avx2.h"
3333
#include "set.h"
34+
#include "setzero.h"
3435

3536
HEDLEY_DIAGNOSTIC_PUSH
3637
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/round.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define SIMDE_X86_AVX512_ROUND_H
33

44
#include "types.h"
5+
#include "setzero.h"
56

67
HEDLEY_DIAGNOSTIC_PUSH
78
SIMDE_DISABLE_UNWANTED_DIAGNOSTICS

simde/x86/avx512/roundscale.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "mul.h"
88
#include "round.h"
99
#include "cmpeq.h"
10+
#include "setzero.h"
1011

1112
HEDLEY_DIAGNOSTIC_PUSH
1213
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)