efriedma-quic wrote: Ignoring the whole fp80 thing, there's clearly a real bug with the vector types. You can directly compare the behavior of clang vs. MSVC for the following:
``` #include <array> #include <immintrin.h> static_assert(alignof(std::array<__m128, 16>) == 16,""); ``` https://github.com/llvm/llvm-project/pull/208256 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
