Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ea9ad65e6 | ||
|
|
9da699f981 | ||
|
|
7e80345321 |
@ -26,7 +26,6 @@ pub(crate) struct Features(());
|
||||
pub(crate) fn features() -> Features {
|
||||
// We don't do runtime feature detection on iOS. instead some features are
|
||||
// assumed to be present; see `arm::Feature`.
|
||||
#[cfg(not(target_env = "sgx"))]
|
||||
#[cfg(not(target_os = "ios"))]
|
||||
{
|
||||
static INIT: spin::Once<()> = spin::Once::new();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user