From 1b85a13c6df3b5648102a31b1d3b5412360c85f5 Mon Sep 17 00:00:00 2001 From: hedaoyuan Date: Mon, 8 May 2017 10:09:17 +0800 Subject: [PATCH] Remove the feenableexcept in initPaddle. --- paddle/capi/Main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/capi/Main.cpp b/paddle/capi/Main.cpp index 7f24561e9aa..78c43949dfe 100644 --- a/paddle/capi/Main.cpp +++ b/paddle/capi/Main.cpp @@ -25,7 +25,6 @@ limitations under the License. */ static void initPaddle(int argc, char** argv) { paddle::initMain(argc, argv); paddle::initPython(argc, argv); - feenableexcept(FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW); } extern "C" { -- GitLab