microsoft / lepton_jpeg_rust

Port of DropBox Lepton compression to Rust
Apache License 2.0
129 stars 10 forks source link

added scalar overflow handling #57

Closed mcroomp closed 6 months ago

mcroomp commented 7 months ago

One other place where there was a difference between the 32 bit scalar and 16 bit SIMD code. Unfortunately this is the opposite behavior of what was there before, so for backward compat I had to add another feature setting for that.

Melirius commented 7 months ago

Thanks for fixing!