From 1f917f69ff07f09b6dbb670971f57f8efe718b84 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Thu, 14 Jul 2022 20:50:02 +0200 Subject: Vendor import of llvm-project main llvmorg-15-init-16436-g18a6ab5b8d1f. --- libcxx/include/experimental/simd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libcxx/include/experimental/simd') diff --git a/libcxx/include/experimental/simd b/libcxx/include/experimental/simd index 9b55cc009986..f77ce59bb269 100644 --- a/libcxx/include/experimental/simd +++ b/libcxx/include/experimental/simd @@ -1242,32 +1242,32 @@ _Tp reduce(const simd<_Tp, _Abi>&, _BinaryOp = _BinaryOp()); template typename _SimdType::value_type reduce(const const_where_expression<_MaskType, _SimdType>&, - typename _SimdType::value_type neutral_element, _BinaryOp binary_op); + typename _SimdType::value_type __neutral_element, _BinaryOp); template typename _SimdType::value_type reduce(const const_where_expression<_MaskType, _SimdType>&, - plus binary_op = {}); + plus = {}); template typename _SimdType::value_type reduce(const const_where_expression<_MaskType, _SimdType>&, - multiplies binary_op); + multiplies); template typename _SimdType::value_type reduce(const const_where_expression<_MaskType, _SimdType>&, - bit_and binary_op); + bit_and); template typename _SimdType::value_type reduce(const const_where_expression<_MaskType, _SimdType>&, - bit_or binary_op); + bit_or); template typename _SimdType::value_type reduce(const const_where_expression<_MaskType, _SimdType>&, - bit_xor binary_op); + bit_xor); template _Tp hmin(const simd<_Tp, _Abi>&); -- cgit v1.3