We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccd143 commit 7812486Copy full SHA for 7812486
kernel/x86_64/KERNEL
@@ -259,8 +259,12 @@ SNRM2KERNEL = nrm2_sse.S
259
endif
260
261
ifndef DNRM2KERNEL
262
+ifeq ($(OSNAME),WINNT)
263
+DNRM2KERNEL = ../arm/nrm2.c
264
+else
265
DNRM2KERNEL = nrm2.S
266
267
+endif
268
269
ifndef QNRM2KERNEL
270
QNRM2KERNEL = nrm2.S
@@ -271,8 +275,12 @@ CNRM2KERNEL = znrm2_sse.S
271
275
272
276
273
277
ifndef ZNRM2KERNEL
278
279
+ZNRM2KERNEL = ../arm/znrm2.c
280
274
281
ZNRM2KERNEL = znrm2.S
282
283
284
285
ifndef XNRM2KERNEL
286
XNRM2KERNEL = znrm2.S
0 commit comments