SerenityOS build: Sunday, August 11
Images 💾⌗
- serenity-x86_64-20240811-3cb8386.img.gz (Raw image, 221.45 MiB)
Last commit ⭐⌗
commit 3cb83860fa14c56767ebd3974d6581e952810a5c
Author: Nico Weber <thakis@chromium.org>
AuthorDate: Thu Aug 8 21:58:03 2024 -0400
Commit: Nico Weber <thakis@chromium.org>
CommitDate: Sat Aug 10 13:07:01 2024 -0400
LibGfx/PNGWriter+AK: SIMDify paeth predictor more
Takes
(cd Tests/LibGfx; ../../Build/lagom/bin/BenchmarkPNG)
from 59ms to 32ms on my system.
Adds AK::SIMD::bitselect() (modeled after the wasm SIMD equivalent),
and AK::SIMD::abs() implemented on top of it.
No behavior change.
Other builds