Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/cctag/utils/pcg_uint128.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@
#elif __powerpc__ || __POWERPC__ || __ppc__ || __PPC__ \
|| __m68k__ || __mc68000__
#define PCG_LITTLE_ENDIAN 0
#elif _M_ARM || _M_ARM64 || _M_ARM64EC // MSVC ARM Support
#define PCG_LITTLE_ENDIAN 1
#else
#error Unable to determine target endianness
#error Unable to determine target endianness, please file a bug report
#endif
#endif

Expand Down