[PATCH] D50876: Clean up newly created <bit> header

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 17 10:23:20 PDT 2018


mclow.lists added inline comments.


================
Comment at: include/bit:96
 #if defined(_LIBCPP_HAS_BITSCAN64)
     (defined(_M_AMD64) || defined(__x86_64__))
+  if (_BitScanForward64(&__where, __x))
----------------
I'm not sure this code is ever used - since how can this compile?


https://reviews.llvm.org/D50876





More information about the cfe-commits mailing list