Wrong revert!

Revert "Revert "conditional check for PPC/x86" temporarily to make better pull request."

This reverts commit dd8d39889c.
This commit is contained in:
Riccardo Mottola 2017-12-16 21:43:15 +01:00
parent 442bbc38c3
commit 3c4213344c
1 changed files with 2 additions and 0 deletions

View File

@ -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_