Skip to content

Commit

Permalink
asm syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupoumeyrolsonos authored and kali committed Oct 5, 2023
1 parent 34eaf1a commit cfb8c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linalg/arm64/arm64fp16/arm64fp16_leaky_relu_f16_8n.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
cmp x1, #0
beq .return

mov v31.8h[0], w2
dup v31.8h, v31.8h[0]
mov v31.h[0], w2
dup v31.8h, v31.h[0]
mov x2, x0

cmp x1, #64
Expand Down

0 comments on commit cfb8c71

Please sign in to comment.