Add tracking issue on has_cpuid

This commit is contained in:
Amanieu d'Antras
2023-05-03 16:03:05 +01:00
parent 3c7af52600
commit ef968b89fe

View File

@@ -98,6 +98,7 @@ pub unsafe fn __cpuid(leaf: u32) -> CpuidResult {
/// Does the host support the `cpuid` instruction?
#[inline]
#[unstable(feature = "stdarch_x86_has_cpuid", issue = "60123")]
pub fn has_cpuid() -> bool {
#[cfg(target_env = "sgx")]
{