Allow other directives before the ret
This commit is contained in:
parent
302689fa7b
commit
03146471b5
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ pub fn clamp12_demo(a: f32) -> f32 {
|
|||
// CHECK-NEXT: maxss xmm1, xmm0
|
||||
// CHECK-NEXT: movss xmm0
|
||||
// CHECK-NEXT: minss xmm0, xmm1
|
||||
// CHECK-NEXT: ret
|
||||
// CHECK: ret
|
||||
a.clamp(1.0, 2.0)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue