File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717/* Define the default attributes for the functions in this file. */
1818#if defined(__cplusplus) && (__cplusplus >= 201103L)
1919#define __DEFAULT_FN_ATTRS \
20- constexpr __attribute__ ((__always_inline__, __nodebug__, \
21- __target__ ( " avx512cd " ), __min_vector_width__(512 )))
20+ __attribute__ ((__always_inline__, __nodebug__, __target__( " avx512cd " ), \
21+ __min_vector_width__(512 ))) constexpr
2222#else
2323#define __DEFAULT_FN_ATTRS \
2424 __attribute__ ((__always_inline__, __nodebug__, __target__(" avx512cd" ), \
Original file line number Diff line number Diff line change 1616/* Define the default attributes for the functions in this file. */
1717#if defined(__cplusplus) && (__cplusplus >= 201103L)
1818#define __DEFAULT_FN_ATTRS128 \
19- constexpr __attribute__ ((__always_inline__, __nodebug__, \
20- __target__ ( " avx512vl,avx512cd " ), \
21- __min_vector_width__(128 )))
19+ __attribute__ ((__always_inline__, __nodebug__, \
20+ __target__ ( " avx512vl,avx512cd " ), \
21+ __min_vector_width__(128 ))) constexpr
2222#define __DEFAULT_FN_ATTRS256 \
23- constexpr __attribute__ ((__always_inline__, __nodebug__, \
24- __target__ ( " avx512vl,avx512cd " ), \
25- __min_vector_width__(256 )))
23+ __attribute__ ((__always_inline__, __nodebug__, \
24+ __target__ ( " avx512vl,avx512cd " ), \
25+ __min_vector_width__(256 ))) constexpr
2626#else
2727#define __DEFAULT_FN_ATTRS128 \
2828 __attribute__ ((__always_inline__, __nodebug__, \
You can’t perform that action at this time.
0 commit comments