Commit b74a7ecc93e283d059df51ee4f46961a782bcdb8

Garret Rieger 2024-05-07T19:53:01

Fix IUP differences accoss platforms. - Slightly increase the tolerance to account for differences in floating point math across platforms. - The specific issue is a fused multiply add (d = d1 + (x - x1) * scale; in hb-subset-instancer-iup.cc) - Also fix more implicit double conversion warnings.