mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-16 17:31:17 +00:00
conditional check for PPC/x86
This commit is contained in:
parent
dfdcae28ae
commit
991d9c72a8
@ -72,8 +72,10 @@ inline int Log2Floor(uint32 n) {
|
||||
#endif /* endianness */
|
||||
#endif /* CPU whitelist */
|
||||
|
||||
#if !defined(__i386) && !defined(__x86_64__)
|
||||
#ifndef WOFF_BIG_ENDIAN
|
||||
#error unexpected endianness
|
||||
#endif
|
||||
#endif /* !defined(__i386) && !defined(__x86_64__) */
|
||||
|
||||
#endif // WOFF2_PORT_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user