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

Function store_nbytes

Source/astcenc_vecmathlib_none_4.h:682–685  ·  view source on GitHub ↗

* @brief Store lowest N (vector width) bytes into an unaligned address. */

Source from the content-addressed store, hash-verified

680 * @brief Store lowest N (vector width) bytes into an unaligned address.
681 */
682ASTCENC_SIMD_INLINE void store_nbytes(vint4 a, uint8_t* p)
683{
684 std::memcpy(p, a.m, sizeof(uint8_t) * 4);
685}
686
687/**
688 * @brief Pack low 8 bits of N (vector width) lanes into bottom of vector.

Callers 1

pack_and_store_low_bytesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected