Skip to content

Commit

Permalink
Add support for little-endian powerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubitz committed Mar 3, 2021
1 parent 9c39aa1 commit 3b81df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/arch.h
Expand Up @@ -85,6 +85,7 @@ typedef int bool_t;
#elif defined(__x86__) || defined(__x86_64__) || \
defined(__AMD64__) || defined(_M_IX86) || defined (_M_AMD64) || \
defined(__i386__) || defined(__aarch64__) || \
defined(__PPC__) || defined(__LITTLE_ENDIAN__) || \
defined(__riscv)
#define NO_NEED_ALIGN
#else
Expand Down

0 comments on commit 3b81df3

Please sign in to comment.