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

Function storea

Source/astcenc_vecmathlib_sse_4.h:633–636  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

631 * @brief Store a vector to a 16B aligned memory address.
632 */
633ASTCENC_SIMD_INLINE void storea(vint4 a, int* p)
634{
635 _mm_store_si128(reinterpret_cast<__m128i*>(p), a.m);
636}
637
638/**
639 * @brief Store a vector to an unaligned memory address.

Callers 1

gatherfFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected