-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Vc::iif for builtin types and non-default SimdArray
* The static assertion broke builtin types and SFINAE. Remove the static_assert and use a deleted function instead (to express that this is intended). * Add two template parameters to conditional_assign for SimdArray to enable non-default SimdArray types. * Add a unit test for the builtin types use if Vc::iif * Add tests that SFINAE behaves. Fixes: gh-90 Signed-off-by: Matthias Kretz <kretz@kde.org>
- Loading branch information
Showing
3 changed files
with
45 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters