rust/library/stdarch/crates/core_arch/src
2021-03-05 06:57:48 +00:00
..
aarch64 Correct the instruction name and add floating point instructions 2021-03-05 00:18:04 +00:00
acle Use llvm_asm! instead of asm! (#846) 2020-04-09 00:05:10 +01:00
arm Modify stdarch-gen to generate instructions with a single parameter and add vceqz instructions 2021-03-05 00:18:04 +00:00
mips Make function signatures consistent (#871) 2020-07-04 03:27:06 +01:00
nvptx Correctly import core::ffi::c_void 2019-02-27 19:43:56 +01:00
powerpc Rustfmt 2020-04-24 00:36:01 +01:00
powerpc64 Make core_arch compatible with Rust2015 and Rust2018 2019-02-23 01:14:07 +01:00
wasm32 Replace cfg(dox) with cfg(doc) (#920) 2020-09-29 23:57:19 +01:00
x86 convert _mm256_dbsad_epu8 to const generics 2021-03-05 06:57:48 +00:00
x86_64 convert _mm256_extract_epi64 to const generics 2021-03-05 06:57:48 +00:00
core_arch_docs.md Fix URLs (#928) 2020-10-14 20:46:52 +01:00
lib.rs Use uppercase for const generic parameters (#1035) 2021-03-01 11:22:35 +00:00
macros.rs use transmute in vceqz instructions in aarch64/neon/generated.rs 2021-03-05 00:18:04 +00:00
mod.rs Switch from doc(include) to doc = include_str! (#1013) 2021-02-26 00:23:54 +00:00
simd.rs Avx512f_avx512vl (#983) 2021-01-18 23:56:21 +00:00
simd_llvm.rs Remove old TODO (#911) 2020-09-17 00:19:46 +01:00
v64.rs Make core_arch compatible with Rust2015 and Rust2018 2019-02-23 01:14:07 +01:00