C99 quiz
Pascal Cuoq - 28th Nov 2012Here is a convenient one-liner:
int l(unsigned int x) { return *(char*)(float[]){x*x} - 63; }
What does it do on my faithful PowerMac?
The Intel version is not as nice. That's progress for you: *(3+(char*)(float){x*x}) - 63