未验证 提交 3ebc81dc 编写于 作者: W Wilber 提交者: GitHub

[Cherry-pick] Support compile for arm ft (#25264)

上级 d19e2662
...@@ -165,11 +165,11 @@ bool MayIUse(const cpu_isa_t cpu_isa) { ...@@ -165,11 +165,11 @@ bool MayIUse(const cpu_isa_t cpu_isa) {
return (reg[1] & avx512f_mask) != 0; return (reg[1] & avx512f_mask) != 0;
} }
} }
#endif
return false; return false;
} }
} }
#endif #endif
#endif
} // namespace platform } // namespace platform
} // namespace paddle } // namespace paddle
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册