fix build failures with clang on x86, make sure compilation works on other Power as well

This commit is contained in:
Konstantinos Margaritis
2021-12-03 16:24:58 +02:00
parent 7cad514366
commit 07ce6d8e7f
3 changed files with 51 additions and 51 deletions

View File

@@ -51,6 +51,7 @@ typedef struct ALIGN_AVX_DIRECTIVE {m128 lo; m128 hi;} m256;
#endif
typedef struct {m128 lo; m128 mid; m128 hi;} m384;
#if !defined(m512) && !defined(HAVE_SIMD_512_BITS)
typedef struct ALIGN_ATTR(64) {m256 lo; m256 hi;} m512;
#endif