Sami Boukortt
Sami Boukortt
Following #3803, installing it manually should not be necessary anymore: ```console $ x86_64-w64-mingw32-objdump -p before/bin/cjxl.exe | grep -i dll DllCharacteristics 00008160 vma: Hint Time Forward DLL First DLL Name: KERNEL32.dll...
As far as I’m aware, it is correct for them to be empty. Visibility attributes shouldn’t have an effect on static libraries. I’m also unable to reproduce the linked build...
Since these are specifically cases where we use the source from `third_party` and not system-level libraries, “install” seems a bit misleading. What is required is to have the git submodules...
In `mint.json`, it also has `name` at the top level instead of inside `application`, and so `manifest.webmanifest` is generated with an empty name.
Not only that, but if there is a lot of work to do, it seems that I can’t even get it to display the UI – the background work appears...
It seems that if I change the f16→f32 conversion so that it preserves NaNs,¹ encoding fails later on (at least using the repro code above). For denormals, my impression is...
Sorry, my analysis was wrong: at least the AVX version of `DemoteTo` does produce denormals if needed (the scalar one might not). `LoadFloat16` seems correct for denormals: with [`0x0239`](https://float.exposed/0x0239) as...
After #4461, only signalling NaNs won’t roundtrip. The intrinsic used by `DemoteTo` apparently converts them to quiet NaNs. (Showing the trace for just one of them.) ``` Encoding 256x256 FP16...
> Actually, I think it would be preferable to switch the `dynamic-range-limit-mix()` function's grammar to match that of the [`mix-*()` family of functions](https://drafts.csswg.org/css-values-5/#calc-mix) (and ideally switch the name order as...