revert-31068-fix_conv3d_windows
Wilber 4 years ago committed by GitHub
parent 27a5c0cff6
commit 2d5758c456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,8 @@
#define GCC_WITHOUT_INTRINSICS #define GCC_WITHOUT_INTRINSICS
#endif #endif
#if !defined(GCC_WITHOUT_INTRINSICS) && !defined(PADDLE_WITH_ARM) #if !defined(GCC_WITHOUT_INTRINSICS) && !defined(PADDLE_WITH_ARM) && \
!defined(PADDLE_WITH_SW) && !defined(PADDLE_WITH_MIPS)
#define DENORM_USE_INTRINSICS #define DENORM_USE_INTRINSICS
#endif #endif

Loading…
Cancel
Save