| commit | e8196f990db4ba368010f0d950bebf1fb13c2888 | [log] [tgz] |
|---|---|---|
| author | Adam Paszke <adam.paszke@gmail.com> | Fri Mar 24 09:01:36 2017 -0700 |
| committer | Adam Paszke <adam.paszke@gmail.com> | Fri Mar 24 09:01:36 2017 -0700 |
| tree | b986bb665d5b4f38c2e3b2d710b96eeff3f86123 | |
| parent | d3334db6274d7a3cd07f20d583056e453dc8134d [diff] |
Make rinfo_ argument optional in btrifact
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