Open
Description
@SadiinsoSnowfall and I were cleaning up some more of our SIMD library code and found that code like:
auto f(__m128d a, __m128 b) { return a + b; }
Compiles when it should fail.
Reproduction :
@SadiinsoSnowfall and I were cleaning up some more of our SIMD library code and found that code like:
auto f(__m128d a, __m128 b) { return a + b; }
Compiles when it should fail.
Reproduction :