File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
backends/xnnpack/third-party
cpuinfo-wrappers/arm/mach Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
#include <TargetConditionals.h>
5
5
#endif /* __APPLE__ */
6
6
7
- #if (defined(__arm__ ) || defined(__aarch64__ )) && defined(TARGET_OS_IPHONE ) && TARGET_OS_IPHONE
7
+ #if (defined(__arm__ ) || defined(__aarch64__ )) && defined(TARGET_OS_MAC ) && TARGET_OS_MAC
8
8
#include <arm/mach/init.c>
9
- #endif /* (defined(__arm__) || defined(__aarch64__)) && defined(TARGET_OS_IPHONE ) && TARGET_OS_IPHONE */
9
+ #endif /* (defined(__arm__) || defined(__aarch64__)) && defined(TARGET_OS_MAC ) && TARGET_OS_MAC */
Original file line number Diff line number Diff line change 63
63
"(defined(__arm__) || defined(__aarch64__)) && defined(__ANDROID__)" : [
64
64
"arm/android/properties.c" ,
65
65
],
66
- "(defined(__arm__) || defined(__aarch64__)) && defined(TARGET_OS_IPHONE ) && TARGET_OS_IPHONE " : [
66
+ "(defined(__arm__) || defined(__aarch64__)) && defined(TARGET_OS_MAC ) && TARGET_OS_MAC " : [
67
67
"arm/mach/init.c" ,
68
68
],}
69
69
You can’t perform that action at this time.
0 commit comments