We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43aac5b commit c2a8ebfCopy full SHA for c2a8ebf
kernel/arm64/KERNEL.ARMV8
@@ -97,9 +97,18 @@ CNRM2KERNEL = znrm2.S
97
ZNRM2KERNEL = znrm2.S
98
99
DDOTKERNEL = dot.S
100
+ifneq ($(C_COMPILER), PGI)
101
SDOTKERNEL = ../generic/dot.c
102
+else
103
+SDOTKERNEL = dot.S
104
+endif
105
106
CDOTKERNEL = zdot.S
107
ZDOTKERNEL = zdot.S
108
109
+CDOTKERNEL = ../arm/zdot.c
110
+ZDOTKERNEL = ../arm/zdot.c
111
112
DSDOTKERNEL = dot.S
113
114
DGEMM_BETA = dgemm_beta.S
0 commit comments