Commit 9f588bc
authored
Avoid
Per rust-lang/rust#93335, inline asm is stablized on powerpc and s390x,
so avoid using `feature(asm_experimental_arch)` on those architectures.feature(asm_experimental_arch) on arches that don't need it. (#1613)1 parent 05050e4 commit 9f588bc
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
118 | 126 | | |
119 | 127 | | |
120 | 128 | | |
| |||
0 commit comments