Expose portable-simd as core::simd

This enables programmers to use a safe alternative to the current
`extern "platform-intrinsics"` API for writing portable SIMD code.
This is `#![feature(portable_simd)]` as tracked in #86656
This commit is contained in:
Jubilee Young 2021-10-22 00:12:00 -07:00
parent fdee059c90
commit 39cb863253
5 changed files with 30 additions and 0 deletions

View file

@ -17,6 +17,7 @@ ignore = [
# do not format submodules
"library/backtrace",
"library/portable-simd",
"library/stdarch",
"compiler/rustc_codegen_cranelift",
"compiler/rustc_codegen_gcc",