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