You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
@@ -77,5 +85,7 @@ serde_yaml = "0.9.10"
77
85
78
86
[features]
79
87
default = []
80
-
portable = ["mithril-stm/portable"] # portable feature avoids SIGILL crashes on CPUs not supporting Intel ADX instruction set when built on CPUs that support it
88
+
portable = [
89
+
"mithril-stm/portable",
90
+
] # portable feature avoids SIGILL crashes on CPUs not supporting Intel ADX instruction set when built on CPUs that support it
0 commit comments