Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 523928 | Differences between
and this patch

Collapse All | Expand All

(-)a/blender-2.72/intern/cycles/util/util_simd.h (+4 lines)
Lines 62-71 Link Here
62
#define _tzcnt_u64 __tzcnt_u64
62
#define _tzcnt_u64 __tzcnt_u64
63
#endif
63
#endif
64
64
65
/// REMOVEME : Leads to build failure with gcc-4.8.3
66
/// because both are different functions.
67
#if 0
65
#if defined(__LZCNT__)
68
#if defined(__LZCNT__)
66
#define _lzcnt_u32 __lzcnt32
69
#define _lzcnt_u32 __lzcnt32
67
#define _lzcnt_u64 __lzcnt64
70
#define _lzcnt_u64 __lzcnt64
68
#endif
71
#endif
72
#endif // 0
69
73
70
#if defined(_WIN32) && !defined(__MINGW32__)
74
#if defined(_WIN32) && !defined(__MINGW32__)
71
75

Return to bug 523928