提交 f6bf6347 编写于 作者: L liaogang

Fix a wrong function error

上级 26716dd2
...@@ -113,7 +113,7 @@ inline Error __must_check checkCPUFeature() { ...@@ -113,7 +113,7 @@ inline Error __must_check checkCPUFeature() {
} }
#else #else
if (!HAS_AVX) { if (!HAS_AVX) {
err = Errors( err = Error(
"PaddlePaddle was compiled to use avx instructions, " "PaddlePaddle was compiled to use avx instructions, "
"but these aren't available on your machine, please " "but these aren't available on your machine, please "
"disable it via CMAKE .. -DWITH_AVX=OFF"); "disable it via CMAKE .. -DWITH_AVX=OFF");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册