<algorithm>
: vectorize min_element
/ max_element
using SSE4.1/AVX for floats
#2439
Labels
<algorithm>
: vectorize min_element
/ max_element
using SSE4.1/AVX for floats
#2439
Similar to #2438 .
I assume it is safe for
/fp:fast
. Not sure about other FP modes and how to handle FP corner cases such as denormals or singalings.The text was updated successfully, but these errors were encountered: