File tree 4 files changed +154
-90
lines changed
4 files changed +154
-90
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ _mm_tzcnt_64(unsigned long long __X)
111
111
112
112
#undef __RELAXED_FN_ATTRS
113
113
114
- #if !defined(_MSC_VER ) || __has_feature (modules ) || defined(__BMI__ )
114
+ #if !(defined(_MSC_VER ) || defined(__SCE__ )) || __has_feature (modules ) || \
115
+ defined(__BMI__ )
115
116
116
117
/* Define the default attributes for the functions in this file. */
117
118
#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("bmi")))
@@ -420,6 +421,7 @@ __blsr_u64(unsigned long long __X)
420
421
421
422
#undef __DEFAULT_FN_ATTRS
422
423
423
- #endif /* !defined(_MSC_VER) || __has_feature(modules) || defined(__BMI__) */
424
+ #endif /* !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) \
425
+ || defined(__BMI__) */
424
426
425
427
#endif /* __BMIINTRIN_H */
You can’t perform that action at this time.
0 commit comments