mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-06 01:34:17 +05:00
fix ARM arch detection (only arm64 supported right now)
This commit is contained in:
parent
9eb8e4f473
commit
79a9453ce8
@ -71,7 +71,7 @@
|
||||
#define NETGEN_ARCH_AMD64
|
||||
#endif
|
||||
|
||||
#if defined(__arm__) || defined(_M_ARM)
|
||||
#if defined(__arm64__) || defined(_M_ARM64)
|
||||
#define NETGEN_ARCH_ARM
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user