Do not use SSE4.1 instructions on Android builds.

PiperOrigin-RevId: 159756104
This commit is contained in:
A. Unique TensorFlower 2017-06-21 15:48:16 -07:00 committed by TensorFlower Gardener
parent 80e630f36c
commit 0af25ef74d

View File

@ -167,7 +167,7 @@ def tf_opts_nortti_if_android():
"-fno-rtti",
"-DGOOGLE_PROTOBUF_NO_RTTI",
"-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
]) + if_android_x86(["-msse4.1"])
])
# LINT.ThenChange(//tensorflow/contrib/android/cmake/CMakeLists.txt)