You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be that my implementations are suboptimal, but I think that they are correct and given these functions it should be easy to create a differentially coded codec.
The text was updated successfully, but these errors were encountered:
The generic codec supports both x64 and ARM NEON, however the differential-encoded version is x64 only.
It seems like it would be easy to port them over. The Delta function in ARM is almost identical:
And so is the prefix sum which is currently mixed with the store in
_write_avx_d1
(for historical reasons I suppose)...It could be that my implementations are suboptimal, but I think that they are correct and given these functions it should be easy to create a differentially coded codec.
The text was updated successfully, but these errors were encountered: