rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
905 stars 60 forks source link

Fix bswap128 #422

Closed antoyo closed 6 months ago

antoyo commented 6 months ago

The bug is in GCC itself.

When fixed, move the failing test tests/ui/intrinsics/intrinsics-integer.rs to the libgccjit12 failing tests.