diff options
author | Daniel Wirtz <dcode@dcode.io> | 2019-09-11 18:40:08 +0200 |
---|---|---|
committer | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2019-09-11 09:40:08 -0700 |
commit | bcd80a9b20c83753f0712f12ae7de42fdfdc32cb (patch) | |
tree | 72acc8972942914832cd65993419dc3c12c3a869 /.gitignore | |
parent | 241aa71a776ae7e4c0cddb11523358242832daa4 (diff) | |
download | binaryen-bcd80a9b20c83753f0712f12ae7de42fdfdc32cb.tar.gz binaryen-bcd80a9b20c83753f0712f12ae7de42fdfdc32cb.tar.bz2 binaryen-bcd80a9b20c83753f0712f12ae7de42fdfdc32cb.zip |
Fix bitselect operation in C/JS APIs (#2336)
In #2328 the SIMDBitselect API has been replaced with SIMDTernary that now has Bitselect as one of multiple operations, which is currently not exposed, unlike the new QFMA/QFMS operations which are exposed. This PR adds it.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6397ab108..e8671620b 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,9 @@ CMakeFiles /*.VC.opendb /Win32/ +# files commonly related to building out-of-tree +/build/ + # macOS .DS_Store |