|
|
|
|
|
by ArchD
1227 days ago
|
|
For the "Reorder floats + Delta", I wonder if he did anything special to prevent floating-point errors. Floating-point operations (e.g. minus followed by plus) do not necessarily round-trip because their results are not exactly mathematically correct, i.e. sometimes y + (x - y) != x. Otherwise, the compression is lossy. |
|