File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -259,12 +259,8 @@ SNRM2KERNEL = nrm2_sse.S
259
259
endif
260
260
261
261
ifndef DNRM2KERNEL
262
- ifeq ($(OSNAME),WINNT)
263
- DNRM2KERNEL = ../arm/nrm2.c
264
- else
265
262
DNRM2KERNEL = nrm2.S
266
263
endif
267
- endif
268
264
269
265
ifndef QNRM2KERNEL
270
266
QNRM2KERNEL = nrm2.S
@@ -275,12 +271,8 @@ CNRM2KERNEL = znrm2_sse.S
275
271
endif
276
272
277
273
ifndef ZNRM2KERNEL
278
- ifeq ($(OSNAME),WINNT)
279
- ZNRM2KERNEL = ../arm/znrm2.c
280
- else
281
274
ZNRM2KERNEL = znrm2.S
282
275
endif
283
- endif
284
276
285
277
ifndef XNRM2KERNEL
286
278
XNRM2KERNEL = znrm2.S
@@ -486,3 +478,6 @@ XTRSMKERNEL_RN = xtrsm_kernel_LT_1x1.S
486
478
XTRSMKERNEL_RT = xtrsm_kernel_LT_1x1.S
487
479
488
480
XGEMM3MKERNEL = xgemm3m_kernel_2x2.S
481
+
482
+ SSUMKERNEL = ../arm/sum.c
483
+ DSUMKERNEL = ../arm/sum.c
You can’t perform that action at this time.
0 commit comments