remove special handling of C/ZDOT for LLVM on WoA

This commit is contained in:
Martin Kroeker
2025-12-19 17:04:21 +01:00
committed by GitHub
parent cfa28bcf71
commit ac2c66321d

View File

@@ -102,18 +102,8 @@ ZNRM2KERNEL = znrm2.S
DDOTKERNEL = dot.c
SDOTKERNEL = dot.c
ifeq ($(OSNAME), WINNT)
ifeq ($(C_COMPILER), CLANG)
CDOTKERNEL = zdot.S
ZDOTKERNEL = zdot.S
else
CDOTKERNEL = zdot_thunderx2t99.c
ZDOTKERNEL = zdot_thunderx2t99.c
endif
else
CDOTKERNEL = zdot_thunderx2t99.c
ZDOTKERNEL = zdot_thunderx2t99.c
endif
DSDOTKERNEL = dot.S
DGEMM_BETA = dgemm_beta.S