79673213

Date: 2025-06-20 10:19:52
Score: 1
Natty:
Report link

Yes, it has been fixed. But Ubuntu 20.04 doesn't 'see' anything modern enough to download/update.

Ironically, with the [faulty] compiler I'm using,

 my_uint8_t / 2

generates the code I want (single 8-bit shift),

Whilst my "better than dividing by 2 code" I used back in the 80's,

 my_uint8_t >> 1

generates more (and unnecessary) assembler code.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: brewmanz