Commit 90157dd
[FIX] Handle endianness check for MSVC ARM[64]
This patch adds support for detecting the endianness for pcg_uint128.hpp when compiling with MSVC and targeting ARM architectures. Windows on ARM requires code to be compiled in little-endian (see https://github.com/MicrosoftDocs/cpp-docs/blob/main/docs/build/arm64-windows-abi-conventions.md#endianness).
This enables compiling CCTag on Windows on ARM.
Signed-off-by: Philipp Remy <philipp.remy@law-school.de>1 parent 5bf1692 commit 90157dd
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | | - | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
0 commit comments