Fixed windows build issue for BLIS 4.0

- Removed extra AVX512 typedef from bli_amaxv_zen_int.c.

AMD-Internal: [CPUPL-2154]
Change-Id: Ieaa827c7d81b8d101f3a827827b99433570219f2
This commit is contained in:
Dipal M. Zambare
2022-06-02 14:14:45 +05:30
parent 66b2231b65
commit e61ec820f9

View File

@@ -56,15 +56,6 @@ typedef union
} v16sf_t;
#endif
/* Union data structure to access AVX registers
One 512-bit AVX register holds 8 DP elements. */
typedef union
{
__m512d v;
double d[8] __attribute__((aligned(64)));
} v8df_t;
/* Union data structure to access AVX registers
One 256-bit AVX register holds 8 SP elements. */
typedef union