|
b74a7ecc
|
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.
|
|
36e82fd5
|
2024-05-03T17:33:37
|
|
Use sizeof(repeat_x_deltas[0]) instead of sizeof(int).
|
|
06172662
|
2024-05-02T22:05:03
|
|
Test using double's in IUP optimizatio code.
Trying to resolve delta differences on MINGW 32bit.
|
|
f072de93
|
2024-01-30T10:31:14
|
|
[instancer] move iup code to a seprate file
|