[QUESTION] endianness on arm (again) #1552
DenisYaroshevskiy
started this conversation in
Roadmap
Replies: 2 comments
-
Yes, there are two flavors of ARM concerning endianness, we should support both. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nooooooo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fron gcc's neon strlen
Full code: https://code.woboq.org/userspace/glibc/sysdeps/aarch64/multiarch/strlen_asimd.S.html
Can't say I understand what they are doing, but are we sure we don't care?
Also, from simd-everywhere comments:
https://github.com/simd-everywhere/simde/blob/12069d720f43830ae9791e8b0f4c4fa3c88012a0/simde/x86/sse2.h#L3626-L3630
Also the code is the same and they seem to indicate that the bits would be properly reversed.
Beta Was this translation helpful? Give feedback.
All reactions