Skip to content

Commit

Permalink
Refs #946. Use nrm2 reference implementation for Power8.
Browse files Browse the repository at this point in the history
  • Loading branch information
xianyi committed Aug 19, 2016
1 parent ae70b91 commit 515bc56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kernel/power/KERNEL.POWER8
Expand Up @@ -125,10 +125,10 @@ DDOTKERNEL = ddot.c
#CDOTKERNEL = ../arm/zdot.c
ZDOTKERNEL = zdot.c
#
#SNRM2KERNEL = ../arm/nrm2.c
#DNRM2KERNEL = ../arm/nrm2.c
#CNRM2KERNEL = ../arm/znrm2.c
#ZNRM2KERNEL = ../arm/znrm2.c
SNRM2KERNEL = ../arm/nrm2.c
DNRM2KERNEL = ../arm/nrm2.c
CNRM2KERNEL = ../arm/znrm2.c
ZNRM2KERNEL = ../arm/znrm2.c
#
SROTKERNEL = srot.c
DROTKERNEL = drot.c
Expand Down

0 comments on commit 515bc56

Please sign in to comment.