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 57-66 Link Here
57
57
58
/* Intrinsics Functions */
58
/* Intrinsics Functions */
59
59
60
/// REMOVEME : Leads to build failure with gcc-4.8.3
61
/// because both are different functions.
62
#if 0
60
#if defined(__BMI__) && defined(__GNUC__)
63
#if defined(__BMI__) && defined(__GNUC__)
61
#define _tzcnt_u32 __tzcnt_u32
64
#define _tzcnt_u32 __tzcnt_u32
62
#define _tzcnt_u64 __tzcnt_u64
65
#define _tzcnt_u64 __tzcnt_u64
63
#endif
66
#endif
67
#endif // 0
64
68
65
/// REMOVEME : Leads to build failure with gcc-4.8.3
69
/// REMOVEME : Leads to build failure with gcc-4.8.3
66
/// because both are different functions.
70
/// because both are different functions.

Return to bug 523928