Module core::arch::loongarch64

source ·
🔬This is a nightly-only experimental API. (stdarch_loongarch #117427)
Available on LoongArch LA64 only.
Expand description

Platform-specific intrinsics for the loongarch platform.

See the module documentation for more details.

Structs§

  • v2f64Experimental
    LOONGARCH-specific 128-bit wide vector of 2 packed f64.
  • v2i64Experimental
    LOONGARCH-specific 128-bit wide vector of 2 packed i64.
  • v2u64Experimental
    LOONGARCH-specific 128-bit wide vector of 2 packed u64.
  • v4f32Experimental
    LOONGARCH-specific 128-bit wide vector of 4 packed f32.
  • v4f64Experimental
    LOONGARCH-specific 256-bit wide vector of 4 packed f64.
  • v4i32Experimental
    LOONGARCH-specific 128-bit wide vector of 4 packed i32.
  • v4i64Experimental
    LOONGARCH-specific 256-bit wide vector of 4 packed i64.
  • v4u32Experimental
    LOONGARCH-specific 128-bit wide vector of 4 packed u32.
  • v4u64Experimental
    LOONGARCH-specific 256-bit wide vector of 4 packed u64.
  • v8f32Experimental
    LOONGARCH-specific 128-bit wide vector of 8 packed f32.
  • v8i16Experimental
    LOONGARCH-specific 128-bit wide vector of 8 packed i16.
  • v8i32Experimental
    LOONGARCH-specific 256-bit wide vector of 8 packed i32.
  • v8u16Experimental
    LOONGARCH-specific 128-bit wide vector of 8 packed u16.
  • v8u32Experimental
    LOONGARCH-specific 256-bit wide vector of 8 packed u32.
  • v16i8Experimental
    LOONGARCH-specific 128-bit wide vector of 16 packed i8.
  • v16i16Experimental
    LOONGARCH-specific 256-bit wide vector of 16 packed i16.
  • v16u8Experimental
    LOONGARCH-specific 128-bit wide vector of 16 packed u8.
  • v16u16Experimental
    LOONGARCH-specific 256-bit wide vector of 16 packed u16.
  • v32i8Experimental
    LOONGARCH-specific 256-bit wide vector of 32 packed i8.
  • v32u8Experimental
    LOONGARCH-specific 256-bit wide vector of 32 packed u8.

Functions§