fixed for libstd build

This commit is contained in:
Ralf Jung 2019-02-11 22:00:10 +01:00
parent 1546e07e63
commit a707a85530
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1 @@
../stdsimd/crates/core_arch/src/core_arch_docs.md

View file

@ -47,7 +47,7 @@ fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] }
cc = "1.0"
[features]
default = ["compiler_builtins_c"]
default = ["compiler_builtins_c", "std_detect_file_io", "std_detect_dlsym_getauxval"]
backtrace = ["backtrace-sys"]
panic-unwind = ["panic_unwind"]
@ -66,3 +66,7 @@ wasm_syscall = []
# the environment for hooking up some thread-related information like the
# current thread id and accessing/getting the current thread's TCB
wasm-bindgen-threads = []
# stdsimd features
std_detect_file_io = []
std_detect_dlsym_getauxval = []