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

Bing Yu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 23 01:36:27 PDT 2022


yubing updated this revision to Diff 454738.
yubing added a comment.

Execute the second rdrand32 despite of whether the first one fail or not


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132141

Files:
  clang/lib/Headers/immintrin.h
  clang/test/CodeGen/X86/rdrand-builtins.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132141.454738.patch
Type: text/x-patch
Size: 4832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220823/883d83ea/attachment.bin>


More information about the cfe-commits mailing list