We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d85bb9 commit 01ab8e9Copy full SHA for 01ab8e9
clang/lib/Headers/bmiintrin.h
@@ -172,7 +172,6 @@ _mm_tzcnt_64(unsigned long long __X)
172
#if defined(__cplusplus) && (__cplusplus >= 201103L)
173
#define __DEFAULT_FN_ATTRS \
174
__attribute__((__always_inline__, __nodebug__, __target__("bmi"))) constexpr
175
-constexpr
176
#else
177
178
__attribute__((__always_inline__, __nodebug__, __target__("bmi")))
0 commit comments