提交 a1fa1854 编写于 作者: P peizhilin

rollback test=develop

上级 b6d89204
......@@ -118,12 +118,7 @@ void VXXJitCode::generate() {
ret();
}
#ifdef _WIN32
#define ALIGN32
#else
#define ALIGN32 __attribute__((aligned(32)))
#endif
#define EXP_HIG 88.3762626647949f
#define EXP_LOW -88.3762626647949f
#define CEPHES_LOG2EF 1.44269504088896341
......
......@@ -14,11 +14,6 @@ limitations under the License. */
#pragma once
#ifdef _WIN32
#undef __AVX__
#undef __AVX2__
#endif
#include <stddef.h>
namespace paddle {
......
......@@ -14,11 +14,6 @@ limitations under the License. */
#pragma once
#ifdef _WIN32
#undef __AVX__
#undef __AVX2__
#endif
#ifdef __GNUC__
#include <cxxabi.h> // for __cxa_demangle
#endif // __GNUC__
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册