You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
I generate the mxnet_predict-all.cc and add it to WhatIsThis-iOS project, which throws the errors: Unknown type name '__m128' Use of undeclared identifier '_mm_set1_ps' ...
I can find no solution about sse2 on iOS, but what should I do for this?
Environment info
Operating System: OSX
MXNet version: 0.9.3
The text was updated successfully, but these errors were encountered:
I have added it but the error still exists. I edited the setting in mxnet_predict-all.cc from /*! \brief whether use SSE */ #ifndef MSHADOW_USE_SSE #define MSHADOW_USE_SSE 1 #endif
to /*! \brief whether use SSE */ #ifndef MSHADOW_USE_SSE #define MSHADOW_USE_SSE 0 #endif
and compile successfully.
I generate the
mxnet_predict-all.cc
and add it to WhatIsThis-iOS project, which throws the errors:Unknown type name '__m128'
Use of undeclared identifier '_mm_set1_ps'
...
I can find no solution about sse2 on iOS, but what should I do for this?
Environment info
Operating System: OSX
MXNet version: 0.9.3
The text was updated successfully, but these errors were encountered: