We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867534e commit 810d260Copy full SHA for 810d260
.bazelrc
@@ -83,6 +83,8 @@ build:ios --copt=-DEIGEN_NOEXCEPTIONS_OVERRIDE
83
build:ios --cxxopt=-DEIGEN_NOEXCEPTIONS_OVERRIDE
84
# disable avx512-fp16 for x86 simulator
85
build:ios --define=xnn_enable_avx512fp16=false
86
+# force arm64 simulator
87
+build:ios --ios_multi_cpus=sim_arm64
88
89
# Windows configs
90
0 commit comments