MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / getTempOutIntStore

Function getTempOutIntStore

test/sse/test_sse.h:846–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846int *getTempOutIntStore(int alignmentBytes) { return (int*)getTempOutFloatStore(alignmentBytes); }
847double *getTempOutDoubleStore(int alignmentBytes) { return (double*)getTempOutFloatStore(alignmentBytes); }
848
849#define void_OutFloatPtr_M128(func, Ptr_type, numBytesWritten, alignmentBytes) \

Callers

nothing calls this directly

Calls 1

getTempOutFloatStoreFunction · 0.85

Tested by

no test coverage detected