Skip to content

Commit ac2c663

Browse files
authored
remove special handling of C/ZDOT for LLVM on WoA
1 parent cfa28bc commit ac2c663

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

kernel/arm64/KERNEL.NEOVERSEN1

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,8 @@ ZNRM2KERNEL = znrm2.S
102102

103103
DDOTKERNEL = dot.c
104104
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-
else
114105
CDOTKERNEL = zdot_thunderx2t99.c
115106
ZDOTKERNEL = zdot_thunderx2t99.c
116-
endif
117107
DSDOTKERNEL = dot.S
118108

119109
DGEMM_BETA = dgemm_beta.S

0 commit comments

Comments
 (0)