Browse Source
Use prebuilt assembly for POWER9 cdot
created with gcc 7.3.1 to work around ICE in older gcc versions
pull/2263/head
Martin Kroeker
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
kernel/power/KERNEL.POWER9
|
|
|
@@ -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
|
|
|
|
|