File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,30 @@ ZTRSMKERNEL_RT = ../generic/trsm_kernel_RT.c
89
89
#SMINKERNEL = ../arm/min.c
90
90
#DMINKERNEL = ../arm/min.c
91
91
#
92
+ ifneq ($(__BYTE_ORDER__),$(__ORDER_BIG_ENDIAN__))
92
93
ISAMAXKERNEL = isamax_power8.S
94
+ else
95
+ ISAMAXKERNEL = isamax.c
96
+ endif
93
97
IDAMAXKERNEL = idamax.c
98
+ ifneq ($(__BYTE_ORDER__),$(__ORDER_BIG_ENDIAN__))
94
99
ICAMAXKERNEL = icamax_power8.S
100
+ else
101
+ ICAMAXKERNEL = icamax.c
102
+ endif
95
103
IZAMAXKERNEL = izamax.c
96
104
#
105
+ ifneq ($(__BYTE_ORDER__),$(__ORDER_BIG_ENDIAN__))
97
106
ISAMINKERNEL = isamin_power8.S
107
+ else
108
+ ISAMINKERNEL = isamin.c
109
+ endif
98
110
IDAMINKERNEL = idamin.c
111
+ ifneq ($(__BYTE_ORDER__),$(__ORDER_BIG_ENDIAN__))
99
112
ICAMINKERNEL = icamin_power8.S
113
+ else
114
+ ICAMINKERNEL = icamin.c
115
+ endif
100
116
IZAMINKERNEL = izamin.c
101
117
#
102
118
#ISMAXKERNEL = ../arm/imax.c
@@ -112,7 +128,11 @@ ZASUMKERNEL = zasum.c
112
128
#
113
129
SAXPYKERNEL = saxpy.c
114
130
DAXPYKERNEL = daxpy.c
131
+ ifneq ($(__BYTE_ORDER__),$(__ORDER_BIG_ENDIAN__))
115
132
CAXPYKERNEL = caxpy_power8.S
133
+ else
134
+ CAXPYKERNEL = caxpy.c
135
+ endif
116
136
ZAXPYKERNEL = zaxpy.c
117
137
#
118
138
SCOPYKERNEL = scopy.c
You can’t perform that action at this time.
0 commit comments