Adding upstream version 4.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
16732c81e5
commit
4fd4995b67
279 changed files with 77998 additions and 0 deletions
10
coverity-gcc-hack.h
Normal file
10
coverity-gcc-hack.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#if !defined(__KERNEL__) && defined(__x86_64__) && defined(__COVERITY_GCC_VERSION_AT_LEAST)
|
||||
#if __COVERITY_GCC_VERSION_AT_LEAST(7, 0)
|
||||
typedef float _Float128 __attribute__((__vector_size__(128)));
|
||||
typedef float _Float64 __attribute__((__vector_size__(64)));
|
||||
typedef float _Float32 __attribute__((__vector_size__(32)));
|
||||
typedef float _Float128x __attribute__((__vector_size__(128)));
|
||||
typedef float _Float64x __attribute__((__vector_size__(64)));
|
||||
typedef float _Float32x __attribute__((__vector_size__(32)));
|
||||
#endif
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue