Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9937305b27 | ||
|
|
5669ee2557 | ||
|
|
4faa94a90e |
@ -26,6 +26,7 @@ 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