Skip to content

Commit

Permalink
Update tensorflow-sources.spec
Browse files Browse the repository at this point in the history
use sse3 as suggested in #19893
  • Loading branch information
davidlange6 committed Aug 24, 2017
1 parent bdca8b2 commit ca91507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow-sources.spec
Expand Up @@ -12,7 +12,7 @@ Requires: py2-numpy python py2-wheel
export PYTHON_BIN_PATH=`which python`
export TF_NEED_JEMALLOC=0
export TF_NEED_HDFS=0
export CC_OPT_FLAGS="-march=native"
export CC_OPT_FLAGS="-march=sse3"
export TF_NEED_GCP=0
export TF_ENABLE_XLA=0
export TF_NEED_OPENCL=0
Expand Down

0 comments on commit ca91507

Please sign in to comment.