aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/nasm.BUILD
Commit message (Collapse)AuthorAge
* Remove all references of windows_msvc config_settingGravatar Loo Rong Jie2018-07-12
|
* Update the nasm.BUILD to re-order the input source filesGravatar Yong Tang2018-07-03
| | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Add missing filesGravatar Yong Tang2018-07-03
| | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Update nasm.BUILD fileGravatar Yong Tang2018-06-29
| | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Windows: Make TensorFlow build without --cpu=x64_windows_msvc (#10466)Gravatar Yun Peng2017-06-07
| | | | | | | | | | | | | | * Windows: Make TensorFlow build without --cpu=x64_windows_msvc Since from Bazel 0.5.0, MSVC toolchain became the default toolchain on Windows. So --cpu=x64_windows_msvc is not required as long as we adjust the BUILD files in TensorFlow. --cpu=x64_windows_msvc is also supported for now, but is depracated. The configuration for cpu value x64_windows_msvc is a duplicate of x64_windows, which should be removed in the future. * Fix breakage on macOS
* Set HAVE_SNPRINTF for nasm. This is needed to make tensorflow compile withGravatar A. Unique TensorFlower2017-02-24
| | | | | clang. Change: 148447802
* Migrate TensorFlow to libjpeg-turboGravatar Justine Tunney2016-11-15
This makes JPEG go 2x faster on x86_64 (k8), arm7, and arm8. On all other CPU targets, e.g. x86, JPEG performance should be the same as it was before. Fixes #4807 Change: 139295768