Skip to content

Commit

Permalink
Fix AIX build
Browse files Browse the repository at this point in the history
  • Loading branch information
ayappanec committed Oct 21, 2024
1 parent 8a0cd5f commit b6ec73e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kernel/power/gemm_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
#define USE_VECTOR_PAIRS
#endif

#ifdef _AIX
#include<stdbool.h>
typedef __vector unsigned short vec_bf16;
#else
typedef __vector IFLOAT vec_bf16;
#endif
typedef __vector FLOAT vec_f32;
typedef __vector unsigned char vec_uc8;

Expand Down

0 comments on commit b6ec73e

Please sign in to comment.