Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 926094
Collapse All | Expand All

(-)qtquick3d-everywhere-src-6.6.2/src/3rdparty/embree/common/sys/platform.h (-1 / +1 lines)
Lines 32-38 Link Here
32
#endif
32
#endif
33
33
34
/* detect 64 bit platform */
34
/* detect 64 bit platform */
35
#if defined(__X86_64__) || defined(__aarch64__)
35
#if (defined(__X86_64__) || defined(__aarch64__)) && ! defined(__ILP32__)
36
#define __64BIT__
36
#define __64BIT__
37
#endif
37
#endif
38
38

Return to bug 926094