intel-intrinsics icon indicating copy to clipboard operation
intel-intrinsics copied to clipboard

Could _mm_pow_s/ps support 0.0f input?

Open p0nce opened this issue 3 years ago • 1 comments

It can make time-consuming bugs downstream, as people expect 0.0f ^ something to yield 0, but instead it yield a very large value.

p0nce avatar Jan 07 '22 17:01 p0nce