Add kernel definitions for CSUM and ZSUM

This commit is contained in:
Martin Kroeker 2024-02-24 23:55:43 +01:00 committed by GitHub
parent 5403900539
commit be5e18c6f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -489,5 +489,7 @@ XGEMM3MKERNEL = xgemm3m_kernel_2x2.S
SSUMKERNEL = ../arm/sum.c
DSUMKERNEL = ../arm/sum.c
CSUMKERNEL = zsum_sse.S
ZSUMKERNEL = zsum_sse2.S
SOMATCOPY_RT = omatcopy_rt.c

View File

@ -46,3 +46,5 @@ ZGEMMKERNEL = zgemm_kernel_4x2_skylakex.c
CASUMKERNEL = casum.c
ZASUMKERNEL = zasum.c
CSUMKERNEL = csum.c
ZSUMKERNEL = zsum.c