
21 Jan
2025
21 Jan
'25
6:26 p.m.
On Tue, Jan 21, 2025 at 7:12 PM Matt Borland
Every uint_fastXX_t or int_fastXX replaced by uintXX_t or intXX_t:
Interesting that it is slower. Could be just random optimizer noise... but
without a deep dive to look into generated asm and profile it is a bit tricky to know why. I would also try the middle ground(32 bit) in cases where this change went from 64 bit integer to 16 bit integer.