Remove the feenableexcept in initPaddle.

feature/design_of_v2_layer_converter
hedaoyuan 8 years ago
parent 1dfddae20b
commit 1b85a13c6d

@ -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" {

Loading…
Cancel
Save