highway
highway copied to clipboard
Remove cast-align warnings
@jan-wassenberg I could not come up with something more elegant. Anyway I believe those are the only remaining issues before we can add -Wcast-align
to the list of compilation flags when compiling hwy
Hi @malaterre , would you mind rebasing?
Thanks! I checked with ubsan and we get test failures because we were checking for alignment to the pointer type, not to the pointed-to type. Fixing by adding RemovePtr.
Rerunning CI now..