Add tracking issue on has_cpuid
This commit is contained in:
@@ -98,6 +98,7 @@ pub unsafe fn __cpuid(leaf: u32) -> CpuidResult {
|
|||||||
|
|
||||||
/// Does the host support the `cpuid` instruction?
|
/// Does the host support the `cpuid` instruction?
|
||||||
#[inline]
|
#[inline]
|
||||||
|
#[unstable(feature = "stdarch_x86_has_cpuid", issue = "60123")]
|
||||||
pub fn has_cpuid() -> bool {
|
pub fn has_cpuid() -> bool {
|
||||||
#[cfg(target_env = "sgx")]
|
#[cfg(target_env = "sgx")]
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user