You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/path/to/git/Vc/tests/math.cpp:82:1: required from here
/path/to/git/Vc/tests/virtest/vir/test.h:256:9: error: static assertion failed: A type that doesn't compare to bool slipped into the default compare_traits. Please specialize vir::test::compare_traits as needed.
std::is_same<decltype(a == b), bool>::value,
^~~
/path/to/git/Vc/tests/virtest/vir/test.h:259:17: error: cannot convert ‘Vc::v2::simd<int, Vc::v2::simd_abi::__avx_abi<> >::mask_type’ {aka ‘Vc::v2::simd_mask<int, Vc::v2::simd_abi::__avx_abi<> >’} to ‘bool’ in return
return a == b;
^
compilation terminated due to -fmax-errors=10
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: