Skip to content

Conversation

mikolaj-pirog
Copy link
Member

@mikolaj-pirog mikolaj-pirog commented Aug 21, 2025

This makes clang emit warnings on code that does implicit vector conversions, like so:

__m512 a;
__m512d b;

a = b;

For more, see https://discourse.llvm.org/t/rfc-making-flax-vector-conversions-none-the-default/88008

Copy link

github-actions bot commented Aug 21, 2025

✅ With the latest revision this PR passed the C/C++ code formatter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant