I've looked at PAQ8L source code here https://github.com/JohannesBuchner/p...aq8l/paq8l.cpp and saw that SSE/ APM (I guess APM is PAQ8's name for SSE) works on linear probabilities. That will (I think) give big rounding error when dealing with skewed probabilities (like 0.01 or 0.99). Shouldn't SSE work better on stretched probabilities?