[all-commits] [llvm/llvm-project] 22a748: [Headers] Revise conditional for rdrand64_step
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Wed Apr 26 09:00:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22a748a51f2a2644f4dbc5e93615c9f3106e50d5
https://github.com/llvm/llvm-project/commit/22a748a51f2a2644f4dbc5e93615c9f3106e50d5
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths:
M clang/lib/Headers/immintrin.h
Log Message:
-----------
[Headers] Revise conditional for rdrand64_step
Downstream doc tooling doesn't like an #if between the doc and the
function prototype. This change also guarantees that the prototype
stays the same for 32/64 bit users.
More information about the All-commits
mailing list