Commit 2fcad3c
authored
cmov: separate in/out in ARM32 ASM (#1346)
Changes the `asm!` block used to implement `masknz32` for ARM32 in the
(otherwise) portable backend to separate its inputs and outputs, which
should be semantically clearer.1 parent b3a22ad commit 2fcad3c
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
0 commit comments