aboutsummaryrefslogtreecommitdiff
path: root/src/vectors-4-AVX.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vectors-4-AVX.h')
-rw-r--r--src/vectors-4-AVX.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/vectors-4-AVX.h b/src/vectors-4-AVX.h
index bdfbabf..edd54cf 100644
--- a/src/vectors-4-AVX.h
+++ b/src/vectors-4-AVX.h
@@ -260,27 +260,27 @@ void vec4_store_nta_partial_(bool const all, __m256i const mask,
// Masks indicating which vector element should be stored:
static k4const_t const k4store_lo[9] =
{
- { .i= { 0, 0, 0, 0, 0, 0, 0, 0, }},
- { .i= { ~0, 0, 0, 0, 0, 0, 0, 0, }},
- { .i= { ~0, ~0, 0, 0, 0, 0, 0, 0, }},
- { .i= { ~0, ~0, ~0, 0, 0, 0, 0, 0, }},
- { .i= { ~0, ~0, ~0, ~0, 0, 0, 0, 0, }},
- { .i= { ~0, ~0, ~0, ~0, ~0, 0, 0, 0, }},
- { .i= { ~0, ~0, ~0, ~0, ~0, ~0, 0, 0, }},
- { .i= { ~0, ~0, ~0, ~0, ~0, ~0, ~0, 0, }},
- { .i= { ~0, ~0, ~0, ~0, ~0, ~0, ~0, ~0, }},
+ {{ 0, 0, 0, 0, 0, 0, 0, 0, }},
+ {{ ~0, 0, 0, 0, 0, 0, 0, 0, }},
+ {{ ~0, ~0, 0, 0, 0, 0, 0, 0, }},
+ {{ ~0, ~0, ~0, 0, 0, 0, 0, 0, }},
+ {{ ~0, ~0, ~0, ~0, 0, 0, 0, 0, }},
+ {{ ~0, ~0, ~0, ~0, ~0, 0, 0, 0, }},
+ {{ ~0, ~0, ~0, ~0, ~0, ~0, 0, 0, }},
+ {{ ~0, ~0, ~0, ~0, ~0, ~0, ~0, 0, }},
+ {{ ~0, ~0, ~0, ~0, ~0, ~0, ~0, ~0, }},
};
static k4const_t const k4store_hi[9] =
{
- { .i= { 0, 0, 0, 0, 0, 0, 0, 0, }},
- { .i= { 0, 0, 0, 0, 0, 0, 0, ~0, }},
- { .i= { 0, 0, 0, 0, 0, 0, ~0, ~0, }},
- { .i= { 0, 0, 0, 0, 0, ~0, ~0, ~0, }},
- { .i= { 0, 0, 0, 0, ~0, ~0, ~0, ~0, }},
- { .i= { 0, 0, 0, ~0, ~0, ~0, ~0, ~0, }},
- { .i= { 0, 0, ~0, ~0, ~0, ~0, ~0, ~0, }},
- { .i= { 0, ~0, ~0, ~0, ~0, ~0, ~0, ~0, }},
- { .i= { ~0, ~0, ~0, ~0, ~0, ~0, ~0, ~0, }},
+ {{ 0, 0, 0, 0, 0, 0, 0, 0, }},
+ {{ 0, 0, 0, 0, 0, 0, 0, ~0, }},
+ {{ 0, 0, 0, 0, 0, 0, ~0, ~0, }},
+ {{ 0, 0, 0, 0, 0, ~0, ~0, ~0, }},
+ {{ 0, 0, 0, 0, ~0, ~0, ~0, ~0, }},
+ {{ 0, 0, 0, ~0, ~0, ~0, ~0, ~0, }},
+ {{ 0, 0, ~0, ~0, ~0, ~0, ~0, ~0, }},
+ {{ 0, ~0, ~0, ~0, ~0, ~0, ~0, ~0, }},
+ {{ ~0, ~0, ~0, ~0, ~0, ~0, ~0, ~0, }},
};
#if !defined(__INTEL_COMPILER) && defined(__GNUC__) && __GNUC__==4 && __GNUC_MINOR__<=4
// gcc 4.4 uses a wrong prototype for _mm256_maskstore_ps