]> git.ipfire.org Git - thirdparty/mdadm.git/blame - coverity-gcc-hack.h
imsm: Remove --dump/--restore implementation
[thirdparty/mdadm.git] / coverity-gcc-hack.h
CommitLineData
28156667
JS
1#if !defined(__KERNEL__) && defined(__x86_64__) && defined(__COVERITY_GCC_VERSION_AT_LEAST)
2#if __COVERITY_GCC_VERSION_AT_LEAST(7, 0)
3typedef float _Float128 __attribute__((__vector_size__(128)));
4typedef float _Float64 __attribute__((__vector_size__(64)));
5typedef float _Float32 __attribute__((__vector_size__(32)));
6typedef float _Float128x __attribute__((__vector_size__(128)));
7typedef float _Float64x __attribute__((__vector_size__(64)));
8typedef float _Float32x __attribute__((__vector_size__(32)));
9#endif
10#endif