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

Function store

Source/astcenc_vecmathlib_neon_4.h:600–603  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

598 * @brief Store a vector to an unaligned memory address.
599 */
600ASTCENC_SIMD_INLINE void store(vint4 a, int* p)
601{
602 vst1q_s32(p, a.m);
603}
604
605/**
606 * @brief Store a vector to an unaligned memory address.

Callers 1

store_lanes_maskedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected