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