Do not use SSE4.1 instructions on Android builds.
PiperOrigin-RevId: 159756104
This commit is contained in:
parent
80e630f36c
commit
0af25ef74d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user