[PATCH] D75723: [X86] Enable intrinsics _BitScan*

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 10 23:00:28 PDT 2020


craig.topper added inline comments.


================
Comment at: clang/lib/Headers/ia32intrin.h:421
+    if (__c != 0) {                                                            \
+      *(a) = (unsigned)__bsfd(__c);                                            \
+      __d = 1;                                                                 \
----------------
Should (a) have a cast to (unsigned *)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75723/new/

https://reviews.llvm.org/D75723





More information about the cfe-commits mailing list