sse2neon icon indicating copy to clipboard operation
sse2neon copied to clipboard

fix break strict-aliasing rules warnings

Open howjmay opened this issue 1 month ago • 0 comments

When we run CI with optimization options, compiler would warn that the codebase break strict-aliasing rules.

see the CI https://github.com/DLTcollab/sse2neon/actions/runs/9658424846/job/26639574270?pr=638

There are some tests failed in the same CI. They may cause by the same reason

howjmay avatar Jun 25 '24 07:06 howjmay