>> + * Unlike "if (src & smask) dst |= dmask", which is also two instructions
> This is confusing because the BST + BLD code below is not a replacement
> for what the C code is indicating. For example the C code never clears
> the bit as opposed to BLD.
>> + * and two cycles, this overwrites the
George Spelvin schrieb:
As part of poking around vfprintf.c, I came across this low-hanging fruit.
I'm waiting to test all of my printf changes together, but I thought
I'd throw it out for comment early. I presume this sort of thing is okay?
Basically, by reversing the sense of the FL_FLTUPP f
As part of poking around vfprintf.c, I came across this low-hanging fruit.
I'm waiting to test all of my printf changes together, but I thought
I'd throw it out for comment early. I presume this sort of thing is okay?
Basically, by reversing the sense of the FL_FLTUPP flag so it has the same
po