Automated rollback of change 142614852

Change: 142647790
This commit is contained in:
A. Unique TensorFlower 2016-12-21 03:17:25 -08:00 committed by TensorFlower Gardener
parent ce81a595c7
commit 22cbeb7e0b

View File

@ -124,8 +124,7 @@ def tf_copts():
return (["-DEIGEN_AVOID_STL_ARRAY",
"-Iexternal/gemmlowp",
"-Wno-sign-compare",
"-fno-exceptions",
"-DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK",] +
"-fno-exceptions"] +
if_cuda(["-DGOOGLE_CUDA=1"]) +
if_android_arm(["-mfpu=neon"]) +
if_x86(["-msse4.1"]) +
@ -134,6 +133,7 @@ def tf_copts():
"-std=c++11",
"-DTF_LEAN_BINARY",
"-O2",
"-DGEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK",
],
"//tensorflow:darwin": [],
"//tensorflow:windows": [