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

Function store

Source/astcenc_vecmathlib_sse_4.h:641–645  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

639 * @brief Store a vector to an unaligned memory address.
640 */
641ASTCENC_SIMD_INLINE void store(vint4 a, int* p)
642{
643 // Cast due to missing intrinsics
644 _mm_storeu_ps(reinterpret_cast<float*>(p), _mm_castsi128_ps(a.m));
645}
646
647/**
648 * @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