Comment 14 for bug 2052929

Revision history for this message
In , Jakub-gcc (jakub-gcc) wrote :

I guess we should go with the above patch after fixing formatting, but it isn't enough,
printf_fphex.c has similar code.
Even in glibc which doesn't support printing _Float128 nor any other type which would require similar alignment, the hooks only register a function to fill in some mem and allows specification of size, but can't specify alignment.