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

Function store

Source/astcenc_vecmathlib_rvv_n.h:542–545  ·  view source on GitHub ↗

* @brief Store a vector to an unaligned memory address. */

Source from the content-addressed store, hash-verified

540 * @brief Store a vector to an unaligned memory address.
541 */
542ASTCENC_SIMD_INLINE void store(vint a, int* p)
543{
544 __riscv_vse32(p, a.m, vint::vl());
545}
546
547/**
548 * @brief Store lowest N (vector width) bytes into an unaligned address.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected