Use prebuilt assembly for POWER9 cdot

created with gcc 7.3.1 to work around ICE in older gcc versions
This commit is contained in:
Martin Kroeker 2019-09-21 10:56:28 +02:00 committed by GitHub
parent 15c5a013d0
commit 0ae691bd0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ ZCOPYKERNEL = zcopy.c
SDOTKERNEL = sdot.c SDOTKERNEL = sdot.c
DDOTKERNEL = ddot.c DDOTKERNEL = ddot.c
DSDOTKERNEL = sdot.c DSDOTKERNEL = sdot.c
CDOTKERNEL = cdot.c CDOTKERNEL = cdot_power9.S
ZDOTKERNEL = zdot.c ZDOTKERNEL = zdot.c
# #
SNRM2KERNEL = ../arm/nrm2.c SNRM2KERNEL = ../arm/nrm2.c