/*
 * call-seq:
 *    CPU.architecture
 *
 * Returns the cpu's architecture. On most systems this will be identical
 * to the CPU.machine method.
 */
static VALUE cpu_architecture(VALUE klass){