#ifndef _32BIT_
#define _32BIT_
#endif
#elif defined(__aarch64__)
#define _64BIT_
#else
#error "Failed to determine processor architecture"