fn u8_broadcast8(x: u8) -> u8
Broadcasts the top bit of x
x
In other words, if the top bit of x is set, returns 0xff else 0x00.