Expand description
Macros§
core
Inline assembly.- detect_
aarch64 std
and (AArch64 ortarget_arch="arm64ec"
)std
Tests at runtime whether anaarch64
feature is enabled. - detect_
x86 std
and (x86 or x86-64)std
Tests at runtime whether anx86/x86-64
feature is enabled. core
Module-level inline assembly.
Structs§
- Arch-related functionality.
- m128
dep_safe_arch
safe_arch
The data for a 128-bit SSE register of fourf32
lanes. - m256
dep_safe_arch
safe_arch
The data for a 256-bit AVX register of eightf32
lanes. - m128d
dep_safe_arch
safe_arch
The data for a 128-bit SSE register of twof64
values. - m128i
dep_safe_arch
safe_arch
The data for a 128-bit SSE register of integer data. - m256d
dep_safe_arch
safe_arch
The data for a 256-bit AVX register of fourf64
values. - m256i
dep_safe_arch
safe_arch
The data for a 256-bit AVX register of integer data.