add some more coverity hacks

This commit is contained in:
Boris Faure 2018-11-18 17:51:34 +01:00
parent 0d7473cd5d
commit 15ec4cb8d4
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
#ifdef __x86_64__
typedef struct { long double x; long double y; } _Float128;
typedef float _Float32;
typedef float _Float32x;
typedef double _Float64;
typedef double _Float64x;
#endif
#endif /* __COVERITY__ */