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.
2 parents 63483ba + addc2a7 commit b212577Copy full SHA for b212577
kernel/sparc/KERNEL
@@ -39,11 +39,19 @@ IZAMINKERNEL = izamax.S
39
endif
40
41
ifndef ISMINKERNEL
42
-ISMINKERNEL = iamax.S
+ISMINKERNEL = imax.S
43
44
45
ifndef IDMINKERNEL
46
-IDMINKERNEL = iamax.S
+IDMINKERNEL = imax.S
47
+endif
48
+
49
+ifndef ISMAXKERNEL
50
+ISMAXKERNEL = imax.S
51
52
53
+ifndef IDMAXKERNEL
54
+IDMAXKERNEL = imax.S
55
56
57
ifndef SNRM2KERNEL
0 commit comments