mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
util: Assume little endian in the absence of platform-specific handling
This commit is contained in:
parent
78942e7dbf
commit
6a353479a7
1 changed files with 3 additions and 0 deletions
|
|
@ -67,4 +67,7 @@
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#warn Unknown Endianness for this platform. Assuming little endian
|
||||||
|
#define PIPE_ARCH_LITTLE_ENDIAN
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue