This patch implements the following function prototypes for the truncate and store VSX Vector instructions:
void vec_xst_trunc (vector signed __int128, signed long long, signed char *); void vec_xst_trunc (vector unsigned __int128, signed long long, unsigned char *); void vec_xst_trunc (vector signed __int128, signed long long, signed short *); void vec_xst_trunc (vector unsigned __int128, signed long long, unsigned short *); void vec_xst_trunc (vector signed __int128, signed long long, signed int *); void vec_xst_trunc (vector unsigned __int128, signed long long, unsigned int *); void vec_xst_trunc (vector signed __int128, signed long long, signed long long *); void vec_xst_trunc (vector unsigned __int128, signed long long, unsigned long long *);
Depends on D82431.
clang-tidy: error: "AltiVec support not enabled" [clang-diagnostic-error]
not useful