mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
On 32-bit machines this has no affect. On 64-bit machines
{u}int_fast{16|32} are set as {u}int64_t which is often not
ideal. Particularly x86_64 this change both saves code size and
may save instruction cost.
Full xcheck passes on x86_64.
nsz/bug23293
19 changed files with 34 additions and 34 deletions
Loading…
Reference in new issue