aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/hwcap2.h
blob: 61aa7c7005e2ff482ab5e1b2b949fe2e5fc7ca13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__arm__) 
#error unavailable for arm 
#elif defined(__aarch64__) 
#error unavailable for arm64 
#elif defined(__powerpc__) 
#error unavailable for powerpc 
#elif defined(__i386__) || defined(__x86_64__) 
#include "hwcap2_x86.h" 
#else 
#error unexpected 
#endif