0ce0f6d5ab
There's an _mm_movemask_ps() intrinsic that gets at the movmskps instruction, which grabs the top (sign) bit of each float directly without needing to reinterpret them as bytes. I wouldn't really have done this but I think Chrome's clang is miscompiling the version at head that uses _mm_movemask_epi8(). The SkNx<2,float> `!(a+b == a*b).anyTrue()` test case fails when I use that compiler, and spooky things like adding SkDebugf() make it pass again. Change-Id: Idd0698d46ccfe9a00909faca1c6693a70e91157a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/314860 Auto-Submit: Mike Klein <mtklein@google.com> Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Herb Derby <herb@google.com> |
||
---|---|---|
.. | ||
android | ||
c | ||
codec | ||
config | ||
core | ||
docs | ||
effects | ||
encode | ||
gpu | ||
pathops | ||
ports | ||
private | ||
svg | ||
third_party | ||
utils |