File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ caxpy_k:
34
34
lfs 0 ,4 (10 )
35
35
fmuls 10 ,2 ,10
36
36
#ifdef CONJ
37
- fmsubs 11 ,11 ,1 ,10
38
- #else
39
37
fmadds 11 ,11 ,1 ,10
38
+ #else
39
+ fmsubs 11 ,11 ,1 ,10
40
40
#endif
41
41
fadds 12 ,12 ,11
42
42
stfs 12 ,0 (10 )
@@ -241,8 +241,13 @@ caxpy_k:
241
241
lfsx 12 ,8 ,5
242
242
lfsx 0 ,10 ,5
243
243
fmuls 11 ,2 ,11
244
+ #ifdef CONJ
244
245
fmsubs 12 ,1 ,12 ,11
245
246
fsubs 0 ,0 ,12
247
+ #else
248
+ fmadds 12 ,1 ,12 ,11
249
+ fadds 0 ,0 ,12
250
+ #endif
246
251
stfsx 0 ,10 ,5
247
252
ble 7 ,.L39
248
253
sldi 6 ,6 ,2
Original file line number Diff line number Diff line change 1
- .file "cdot.c"
1
+ #define ASSEMBLER
2
+ #include "common.h"
3
+ /*
4
+ .file "cdot.c"
2
5
.abiversion 2
3
6
.section ".text"
4
7
.align 2
5
8
.p2align 4,,15
6
9
.globl cdot_k
7
10
.type cdot_k, @function
11
+ */
12
+ PROLOGUE
13
+
8
14
cdot_k:
9
15
.LCF0:
10
16
0: addis 2 ,12 ,.TOC.-.LCF0@ha
You can’t perform that action at this time.
0 commit comments