Add tracking issue on has_cpuid
This commit is contained in:
parent
3c7af52600
commit
ef968b89fe
1 changed files with 1 additions and 0 deletions
|
|
@ -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")]
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue