mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-16 00:50:06 +01:00
added comment line marker support and adjusted tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// mov x1, #111
|
||||
// .byte 213,3,32,31
|
||||
// OSACA-BEGIN
|
||||
.LBB0_32:
|
||||
ldp q4, q5, [x9, #-32]
|
||||
ldp q6, q7, [x9], #64
|
||||
@@ -23,5 +22,4 @@
|
||||
fmov s1, #2.0e+2f
|
||||
prfm pldl1keep, [x26, #2112]
|
||||
b.ne .LBB0_32
|
||||
// mov x1, #222
|
||||
// .byte 213,3,32,31
|
||||
// OSACA-END
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#movl $111,%ebx
|
||||
#.byte 100,103,144
|
||||
# OSACA-BEGIN
|
||||
.L10:
|
||||
vmovapd (%r15,%rax), %ymm0
|
||||
vmovapd (%r12,%rax), %ymm3
|
||||
@@ -9,5 +8,4 @@
|
||||
addq $32, %rax
|
||||
cmpl %ecx, %r10d
|
||||
ja .L10
|
||||
#movl $222,%ebx
|
||||
#.byte 100,103,144
|
||||
# OSACA-END
|
||||
|
||||
Reference in New Issue
Block a user