You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Armv8.5-A also contains other small features, including:
Random Number instructions – providing Deterministic and True Random Numbers conforming to various National and International Standards.
This would go in caml_cpu_checked_random and caml_cpu_unchecked_random in src/native/entropy_cpu_stubs.c
The text was updated successfully, but these errors were encountered:
Not for now, but in the future ARM is getting RDSEED-like instructions (don't believe there are currently any chips available with this 8.5-A ISA):
https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/arm-a-profile-architecture-2018-developments-armv85a
This would go in
caml_cpu_checked_random
andcaml_cpu_unchecked_random
insrc/native/entropy_cpu_stubs.c
The text was updated successfully, but these errors were encountered: