This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 50df204
Use ARM instruction encoding if building Skia for ARMv6
Skia uses inline assembly that is incompatible with the Thumb instructions
available in ARMv6 and so cannot be built in Thumb mode. ARMv7 and higher
does provide those instructions in Thumb mode and therefore does not need
to be built in ARM mode.1 parent 41cd45f commit 50df204
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
136 | 153 | | |
137 | 154 | | |
138 | 155 | | |
| |||
0 commit comments