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

This reverts commit 991d9c72a8.
This commit is contained in:
Riccardo Mottola 2017-12-16 18:41:27 +01:00
parent 40e74a22f0
commit dd8d39889c
1 changed files with 0 additions and 2 deletions

View File

@ -72,10 +72,8 @@ 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_