Threads and threads+SIMD builds for JPEG-XL (#865)

This commit is contained in:
Ingvar Stepanyan
2020-12-02 15:40:16 +00:00
committed by GitHub
parent 869d3f7732
commit 58a6abffbb
14 changed files with 387 additions and 1627 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh -e
docker build -t squoosh-cpp - < ../cpp.Dockerfile
docker run -it --rm -v $PWD:/src squoosh-cpp
docker run -it --rm -v $PWD:/src squoosh-cpp "$@"