[PATCH] D75894: [X86] Support intrinsics _bextr2*
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 10 10:53:10 PDT 2020
craig.topper added inline comments.
================
Comment at: clang/lib/Headers/bmiintrin.h:367
+}
/// Clears all bits in the source except for the least significant bit
/// containing a value of 1 and returns the result.
----------------
Add a blank line here
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75894/new/
https://reviews.llvm.org/D75894
More information about the cfe-commits
mailing list