Skip to content

src: remove __builtin_bswap16 call

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix4284 into master

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 (closed)

CI: https://ci.nodejs.org/job/node-test-pull-request/1002/

Merge request reports

Loading