You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Clang and getting a lot of warnings, like:
otfftpp/include/otfftpp/detail/otfft_avxdit16.h:1197:17: warning: AVX vector argument of type 'const ymm' (aka 'const simde__m256') without 'avx' enabled changes the ABI [-Wpsabi]
setpz2(xq+s*0xf, addpz2(s08mjs4c_pw_s2amjs6e, h1_s19mjs5d_pw_s3bmjs7f));
I'm using Clang and getting a lot of warnings, like:
For GCC there seems to be something:
simde/simde/simde-diagnostic.h
Lines 82 to 89 in d62ab5a
However not for Clang. Could this perhaps be added?
The text was updated successfully, but these errors were encountered: