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
64-bit incorrectly checks against 32-bit support, and silently falls down to returning 0
Lacks a signed version
NOTE: Code looks to run OK and mainly just ultra ugly. Classified as a bug anyway since it's that ugly
Also, comparison __cpp_lib_byteswap >= 202110L appears inconsistent in ESP-IDF v5.3.2. Add a force std/force estd feature flag for this. Aggravated in particular by embr::gl who tries to overload some signed flavors
Finally, a non-std and non-gcc fallback would be nice, but not necessary for this ticket
The text was updated successfully, but these errors were encountered:
Byteswap has issues:
NOTE: Code looks to run OK and mainly just ultra ugly. Classified as a bug anyway since it's that ugly
Also, comparison
__cpp_lib_byteswap >= 202110L
appears inconsistent in ESP-IDF v5.3.2. Add a force std/force estd feature flag for this. Aggravated in particular by embr::gl who tries to overload some signed flavorsFinally, a non-std and non-gcc fallback would be nice, but not necessary for this ticket
The text was updated successfully, but these errors were encountered: