[PATCH] D132141: [X86] Emulate _rdrand64_step with two rdrand32 if it is 32bit

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 19 06:11:31 PDT 2022


RKSimon added inline comments.


================
Comment at: clang/test/CodeGen/X86/rdrand-builtins.c:20
 
 #if __x86_64__
 int rdrand64(unsigned long long *p) {
----------------
why do you still need the #if-else-endif?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132141



More information about the cfe-commits mailing list