On Sun, May 01, 2022 at 10:50:16AM +0200, Étienne Mollier wrote: > Upstream implements run time > CPU detection to avoid baseline violation on older CPU.
Great! Thank you for confirming this bit. I figured it might be the
case, but I didn't verify it myself (as I noted in my first email).
> So I identified three todo items:
> 1. address reproducibility issue likely caused by find|head;
Note that `sort` is locale dependant, so if that's really the proper way
to do it (tbh doing find|head feels *very* brittle to me… it's probably
better if you can think of a better way to achieve whatever that piece
of code is doing), remember to prepend LC_ALL=C.UTF-8 to the sort call.
> 2. fix avx512 support for amd64 architecture;
> 3. disable execessive build artifacts for i386 architecture.
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
More about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
signature.asc
Description: PGP signature

