[PATCH] D35184: X86 Intrinsics: _bit_scan_forward should not be under #ifdef __RDRND__

Zvi Rackover via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 9 11:45:24 PDT 2017


zvi added inline comments.


================
Comment at: lib/Headers/immintrin.h:230
 static __inline__ int __attribute__((__always_inline__, __nodebug__, __target__("rdrnd")))
 _rdrand64_step(unsigned long long *__p)
 {
----------------
craig.topper wrote:
> Looks like we now aren't removing rdrand64_step. Should we put the rdrand functions together and not have bit_scan between them?
Right! Thanks for pointing that out.


https://reviews.llvm.org/D35184





More information about the cfe-commits mailing list