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 cfa28bc commit ac2c663Copy full SHA for ac2c663
kernel/arm64/KERNEL.NEOVERSEN1
@@ -102,18 +102,8 @@ ZNRM2KERNEL = znrm2.S
102
103
DDOTKERNEL = dot.c
104
SDOTKERNEL = dot.c
105
-ifeq ($(OSNAME), WINNT)
106
-ifeq ($(C_COMPILER), CLANG)
107
-CDOTKERNEL = zdot.S
108
-ZDOTKERNEL = zdot.S
109
-else
110
-CDOTKERNEL = zdot_thunderx2t99.c
111
-ZDOTKERNEL = zdot_thunderx2t99.c
112
-endif
113
114
CDOTKERNEL = zdot_thunderx2t99.c
115
ZDOTKERNEL = zdot_thunderx2t99.c
116
117
DSDOTKERNEL = dot.S
118
119
DGEMM_BETA = dgemm_beta.S
0 commit comments