encode_area seems to work, ~4.6ns/pixel

This commit is contained in:
IQuant 2024-09-27 17:42:42 +03:00
parent 985bb6dbe2
commit fb4a392b97
8 changed files with 266 additions and 45 deletions

View file

@ -26,6 +26,10 @@ build_ext:
cd ewext && cargo build --release --target=i686-pc-windows-gnu
cp ewext/target/i686-pc-windows-gnu/release/ewext.dll quant.ew/ewext.dll
build_ext_debug:
cd ewext && cargo build --target=i686-pc-windows-gnu
cp ewext/target/i686-pc-windows-gnu/debug/ewext.dll quant.ew/ewext.dll
##
run-rel: add_dylib_release