Do not build with sse4.1 by default. ()

Fixes 
This commit is contained in:
gunan 2017-02-07 20:04:34 -08:00 committed by GitHub
parent d303ae5efc
commit 0c68156ffc

View File

@ -97,7 +97,6 @@ def tf_copts():
"-fno-exceptions",] +
if_cuda(["-DGOOGLE_CUDA=1"]) +
if_android_arm(["-mfpu=neon"]) +
if_x86(["-msse4.1"]) +
select({
"//tensorflow:android": [
"-std=c++11",