Skip to content

Commit e2c7105

Browse files
authored
Merge pull request #2251 from imikejackson/apple_arm64
COMP: Detect Apple Silicon arch for Floating Point exceptions
2 parents 4ddf5f5 + 856e237 commit e2c7105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Core/Common/src/itkFloatingPointExceptions_unix.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
#if defined(__APPLE__)
6363
# include "TargetConditionals.h"
64-
# if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
64+
# if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR || TARGET_CPU_ARM64
6565
# define ITK_FEENABLEEXCEPT_NOOP
6666
# endif
6767
#endif

0 commit comments

Comments
 (0)