search for: 2f292237f3c109f2e0d2752ad1e73181689

Displaying 1 result from an estimated 1 matches for "2f292237f3c109f2e0d2752ad1e73181689".

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