commit | 8051dec608368fed3569c7513292785083adc53c | [log] [tgz] |
---|---|---|
author | Brandon Amos <bamos@cs.cmu.edu> | Sun Mar 26 13:06:34 2017 -0400 |
committer | Brandon Amos <bamos@cs.cmu.edu> | Sun Mar 26 13:06:34 2017 -0400 |
tree | 4e409bd1c1a2e12d5642cae5453759985ef803db | |
parent | e8196f990db4ba368010f0d950bebf1fb13c2888 [diff] |
Update btrisolve argument order.
Environment variables control the disabling of certain explicit SIMD optimizations.
TH_NO_AVX2=1 # disable AVX2 codepaths TH_NO_AVX=1 # disable AVX codepaths TH_NO_SSE=1 # disable SSE codepaths