We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcbbd8c + 432fd99 commit b7c65d0Copy full SHA for b7c65d0
1 file changed
kernel/power/dgemv_t_power10.c
@@ -35,6 +35,9 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
36
37
#if defined(HAVE_KERNEL4x8_ASM)
38
+#if !__has_builtin(__builtin_vsx_disassemble_pair)
39
+#define __builtin_vsx_disassemble_pair __builtin_mma_disassemble_pair
40
+#endif
41
typedef __vector unsigned char vec_t;
42
static void dgemv_kernel_4x8(BLASLONG n, BLASLONG lda, FLOAT *ap, FLOAT *x, FLOAT *y, FLOAT alpha) {
43
BLASLONG i;
0 commit comments