From bcd80a9b20c83753f0712f12ae7de42fdfdc32cb Mon Sep 17 00:00:00 2001 From: Daniel Wirtz Date: Wed, 11 Sep 2019 18:40:08 +0200 Subject: 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3