WhatsThis-iOS
WhatsThis-iOS copied to clipboard
Thread-local storage is not supported for the current target of armv7
#define MX_TREAD_LOCAL __declspec(thread)
#ifndef MX_TREAD_LOCAL
#message("Warning: Threadlocal is not enabled");
#endif
Come across this error when archiving with Xcode 7.2, latest iOS (iOS 9.2) $(ARCHS_STANDARD)
Target arm64-only is capable of being compiled.
Hi @mysteriouss I can't reproduce this on my side. My settings are iOS 9.3 $(ARCHS_STANDARD)
For arm32 try this https://github.com/dmlc/mxnet/issues/1914