mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user