WhatsThis-iOS icon indicating copy to clipboard operation
WhatsThis-iOS copied to clipboard

Thread-local storage is not supported for the current target of armv7

Open mysteriouss opened this issue 8 years ago • 2 comments

#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.

mysteriouss avatar May 25 '16 11:05 mysteriouss

Hi @mysteriouss I can't reproduce this on my side. My settings are iOS 9.3 $(ARCHS_STANDARD)

pppoe avatar May 29 '16 15:05 pppoe

For arm32 try this https://github.com/dmlc/mxnet/issues/1914

SlipknotTN avatar May 30 '16 20:05 SlipknotTN