Files
garble/scripts
Daniel Martí 6f2a1f8892 scripts: fix a sneaky bug in the compiler intrinsics generator
We were checking for "have we seen this package path before" via i!=0,
but this would always be true for the package unlucky enough
to be matched first in the file.

As such, we would end up not collecting the intrinsic funcs for this
unlucky first package correctly.

Fix the bug, and re-run the script, which finds two funcs we dropped.
Re-run it with go1.25.8 as well, although this causes no changes.
2026-03-15 11:07:51 +00:00
..