Displaying 1 result from an estimated 1 matches for "8b6kt0i03lwthuqdmjwq".
2019 Aug 26
2
Non-native endianness support in Clang
Hello,
I'd like to implement the gnu attribute "scalar_storage_order" to mark structs with non-native endianness. My rational is working on network protocols over little endian architecture (for instance: RiscV).
An old bug is open on this issue here:
https://bugs.llvm.org/show_bug.cgi?id=35293
I'd like to discuss the possible ways to implement this.
The GCC implementation is