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:
parent
15c5a013d0
commit
0ae691bd0d
|
@ -123,7 +123,7 @@ ZCOPYKERNEL = zcopy.c
|
|||
SDOTKERNEL = sdot.c
|
||||
DDOTKERNEL = ddot.c
|
||||
DSDOTKERNEL = sdot.c
|
||||
CDOTKERNEL = cdot.c
|
||||
CDOTKERNEL = cdot_power9.S
|
||||
ZDOTKERNEL = zdot.c
|
||||
#
|
||||
SNRM2KERNEL = ../arm/nrm2.c
|
||||
|
|
Loading…
Reference in New Issue