Skip to content

Commit

Permalink
[clang][x86] Fix bad merge in llvm#110581
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Oct 1, 2024
1 parent be9461c commit e96f778
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/Headers/bmiintrin.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ _mm_tzcnt_64(unsigned long long __X)
#if defined(__cplusplus) && (__cplusplus >= 201103L)
#define __DEFAULT_FN_ATTRS \
__attribute__((__always_inline__, __nodebug__, __target__("bmi"))) constexpr
constexpr
#else
#define __DEFAULT_FN_ATTRS \
__attribute__((__always_inline__, __nodebug__, __target__("bmi")))
Expand Down

0 comments on commit e96f778

Please sign in to comment.