mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-26 15:01:24 +00:00
Using floating point causes architecture dependent results due to accuracy/rounding differences. It is not hard to switch to fixed point, and while this does cause quite different rounding errors, the difference is small. Fixes: #200