Skip to content

Commit

Permalink
Done Sum f from aoco
Browse files Browse the repository at this point in the history
  • Loading branch information
kiko-serra committed May 13, 2022
1 parent e22447c commit 6af5ccd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions AocoPrepTest1/SUM_F.s
Original file line number Diff line number Diff line change
@@ -1,15 +0,0 @@
.text
.global sumf
.type sumf ,"function"

sumf: STR X30, [SP, -8]!
MOV X2, 5
DUP V1.2D, X2
WHILE: CBZ W1, FIM // COMO SAO DOUBLES PODEMOS CARREGAR 138/64=2 VALORES DE CADA VEZ
LDR D0, [X0], 16 //2*8=16
MUL V0.2S, V0.2S, V0.2S

FIM: RET


funcy:

0 comments on commit 6af5ccd

Please sign in to comment.