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
{{ message }}
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
Crash on if (WKeyEqual::operator()(key, mKeyVals[idx].getFirst())) {
mKeyVals array does not respect memory alignment of Key, so a Key with a 16 byte requirement will crash on this code
I also believe this unordered_map does not respect memory alignment requirements of Value, but I could not test because it already crashes on Key. Even though the contents of robin_hood.h contains some code with alignment_of and such checks, it is defective and does not cover all memory
Key: __m128
Value: __m128
32-bit compilation
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
this unordered_map does not respect memory alignment requirements of Key
The text was updated successfully, but these errors were encountered: