Resistor Roid v1.0 Released
Filed under: Uncategorized — jon @ 11:22 pm
Please give it a try (it’s only 50p) and tell me what you think.
Resistor Roid v1.0
// From http://graphics.stanford.edu/~seander/bithacks.html#ReverseByteWith64Bits unsigned char b; // reverse this byte b = ((b * 0x80200802ULL) & 0x0884422110ULL) * 0x0101010101ULL >> 32;
Filed under: Uncategorized — jon @ 11:22 pm
Please give it a try (it’s only 50p) and tell me what you think.
Resistor Roid v1.0