Skip to content

Commit

Permalink
Merge pull request #2872 from r-a-sattarov/e2k-initial-support
Browse files Browse the repository at this point in the history
common/arch.h: added e2k arch definition
  • Loading branch information
matt335672 committed Dec 11, 2023
2 parents 04db78f + aa8c651 commit 9fbe0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ typedef uint32_t char32_t;
defined(__ia64__) || defined(__arm__) || defined(__sh__) || \
(defined(__PPC__) && defined(__BIG_ENDIAN__)) || \
(defined(__ppc__) && defined(__BIG_ENDIAN__)) || \
defined(__loongarch__)
defined(__loongarch__) || defined(__e2k__)
#define NEED_ALIGN
#elif defined(__x86__) || defined(__x86_64__) || \
defined(__AMD64__) || defined(_M_IX86) || defined (_M_AMD64) || \
Expand Down

0 comments on commit 9fbe0ad

Please sign in to comment.