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
Auto merge of rust-lang#150357 - ZuseZ4:zusez4-stdarch-push, r=sayantan
stdarch subtree update
Subtree update of `stdarch` to rust-lang/stdarch@6111906.
Created using https://github.com/rust-lang/josh-sync.
r? `@sayantn`
My first josh sync, it lgtm, but let me know if I missed something.
I'm especially looking forward to the amd GPU module, which we want to use for the offload project.
Copy file name to clipboardExpand all lines: library/std/src/sys/pal/uefi/time.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,7 @@ pub(crate) mod instant_internal {
356
356
// Inspired by [`edk2/UefiCpuPkg/Library/CpuTimerLib/CpuTimerLib.c`](https://github.com/tianocore/edk2/blob/master/UefiCpuPkg/Library/CpuTimerLib/CpuTimerLib.c)
357
357
let freq = FREQUENCY
358
358
.get_or_try_init(|| {
359
-
let cpuid = unsafe{crate::arch::x86_64::__cpuid(0x15)};
0 commit comments