Skip to content

SIMDTypes.h - Adds scalar versions of 'any_of,all_of,none_of' for booleans

Christopher Rob Jones requested to merge SIMDTypes-AddScalarOfSels into master

SIMDTypes.h - Adds scalar versions of any_of, all_of or none_of for booleans. Useful in templated situations as allows the same code to work for SIMD/scalar versions without needing SFINAE or constexpr if specialisation.

Edited by Christopher Rob Jones

Merge request reports