util: Assume little endian in the absence of platform-specific handling
[mesa.git] / src / util / u_endian.h
index 7bbd7dc2153686f29d0d9a567463636b7accb21d..3d5c006f353c9b9c9f182230f213283e1e3b9ad6 100644 (file)
@@ -67,4 +67,7 @@
 
 #endif
 
+#warn Unknown Endianness for this platform. Assuming little endian
+#define PIPE_ARCH_LITTLE_ENDIAN
+
 #endif