fonttools / skia-pathops

Python bindings for the Skia library's Path Ops
https://skia.org/docs/dev/present/pathops/
BSD 3-Clause "New" or "Revised" License
47 stars 14 forks source link

Reduce prescision of comparision due to mismatch on Zen3 AVX platforms #62

Closed moinakb001 closed 1 year ago

moinakb001 commented 1 year ago

Build failed with -march=znver3 -mtune=znver3 on x64 due to AVX prescision issues. This patch allows the tests to pass on these platforms. (Yea, this is a hack, but I figure since the aarch64 thing is already a hack this isn't too much worse.)

SuperSandro2000 commented 1 year ago

I just wanted to report the same failure 😂