Commit f176b31
committed
src: remove __builtin_bswap16 call
Not supported by apple-gcc and I'm not convinced it's worth adding more
preprocessor hacks when it should be easy as pie for the compiler to
to optimize the byteswap. If it doesn't, fix the compiler.
Fixes: #4284
PR-URL: #4290
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>1 parent ce24716 commit f176b31
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
| 202 | + | |
208 | 203 | | |
209 | | - | |
210 | | - | |
211 | 204 | | |
212 | 205 | | |
213 | 206 | | |
| |||
0 commit comments