Fix inverted conditional for caxpy/zaxpy
This commit is contained in:
parent
7a48247761
commit
dc4fcb48df
|
@ -16,11 +16,11 @@ ZASUMKERNEL = zasum_ppc440.S
|
||||||
SAXPYKERNEL = axpy_ppc440.S
|
SAXPYKERNEL = axpy_ppc440.S
|
||||||
DAXPYKERNEL = axpy_ppc440.S
|
DAXPYKERNEL = axpy_ppc440.S
|
||||||
ifneq ($(__BYTE_ORDER__),__ORDER_BIG_ENDIAN__)
|
ifneq ($(__BYTE_ORDER__),__ORDER_BIG_ENDIAN__)
|
||||||
CAXPYKERNEL = ../arm/zaxpy.c
|
|
||||||
ZAXPYKERNEL = ../arm/zaxpy.c
|
|
||||||
else
|
|
||||||
CAXPYKERNEL = zaxpy_ppc440.S
|
CAXPYKERNEL = zaxpy_ppc440.S
|
||||||
ZAXPYKERNEL = zaxpy_ppc440.S
|
ZAXPYKERNEL = zaxpy_ppc440.S
|
||||||
|
else
|
||||||
|
CAXPYKERNEL = ../arm/zaxpy.c
|
||||||
|
ZAXPYKERNEL = ../arm/zaxpy.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SDOTKERNEL = dot_ppc440.S
|
SDOTKERNEL = dot_ppc440.S
|
||||||
|
|
Loading…
Reference in New Issue