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 c0d570a commit 7f58f3aCopy full SHA for 7f58f3a
kernel/power/caxpy_power8.S
@@ -34,9 +34,9 @@ caxpy_k:
34
lfs 0,4(10)
35
fmuls 10,2,10
36
#ifdef CONJ
37
- fmsubs 11,11,1,10
38
-#else
39
fmadds 11,11,1,10
+#else
+ fmsubs 11,11,1,10
40
#endif
41
fadds 12,12,11
42
stfs 12,0(10)
@@ -241,8 +241,13 @@ caxpy_k:
241
lfsx 12,8,5
242
lfsx 0,10,5
243
fmuls 11,2,11
244
+#ifdef CONJ
245
fmsubs 12,1,12,11
246
fsubs 0,0,12
247
248
+ fmadds 12,1,12,11
249
+ fadds 0,0,12
250
+#endif
251
stfsx 0,10,5
252
ble 7,.L39
253
sldi 6,6,2
0 commit comments