Wesley Moore
Wesley Moore
> Would you be willing to add a note to AUR pointing to this issue and suggesting a different build strategy for the time being? (Presumably either debug or a...
> Might be worth seeing if `-fno-strict-aliasing` eliminates the problem. A build as follows still produced the incorrect output: CFLAGS=-fno-strict-aliasing CXXFLAGS=-fno-strict-aliasing cmake -B build -GNinja -DCMAKE_BUILD_TYPE=Release
Thanks for investigating!
I just rebuilt afdko-4.0.2 with gcc 14.2.1 on my system and can confirm that the `tx` output is now correct.
> there's no binaries for rustup for windows ARM. There is: https://win.rustup.rs/aarch64
> Actually, another question. Is the most desirable model that the color list applies to the input sequence or to the output sequence — i.e., after reordering might have occurred?...
Yes I've run into this too, definitely needs addressing. Adding a checksum of the config into the cache seems like a reasonable approach.
> It would be handy when support variables were supported in the config. Example: I'm hesitant to add features only because they're handy, each new feature adds to the complexity...
> I'm still taking a look; sorry to not have a clear reply. No worries. No doubt it's all quite complicated to work out.
I think the changes in #168 sound like they apply. Skimming over my code it seems to match up pretty well. Some small comments: > Stage 2, step 4: Pre-base...