Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Don't include x86instrin.h when compiling with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
bgawrych committed Jun 28, 2021
1 parent 52dcb2b commit e9887bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/c_api/c_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@
#if SUPPORT_FTZ_DMZ
#include <immintrin.h>
#include <xmmintrin.h>
#endif
#if SUPPORT_FTZ_DMZ && !defined(_MSC_VER)
#include <x86intrin.h>
#endif


using namespace mxnet;

// Internal function to get the information
Expand Down

0 comments on commit e9887bc

Please sign in to comment.