MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / storea

Function storea

Source/astcenc_vecmathlib_rvv_n.h:534–537  ·  view source on GitHub ↗

* @brief Store a vector to a 16B aligned memory address. */

Source from the content-addressed store, hash-verified

532 * @brief Store a vector to a 16B aligned memory address.
533 */
534ASTCENC_SIMD_INLINE void storea(vint a, int* p)
535{
536 __riscv_vse32(p, a.m, vint::vl());
537}
538
539/**
540 * @brief Store a vector to an unaligned memory address.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected