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

Function getTempOutDoubleStore

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

Source from the content-addressed store, hash-verified

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) \
850 for(int i = 0; i < numInterestingFloats / 4; ++i) \

Callers

nothing calls this directly

Calls 1

getTempOutFloatStoreFunction · 0.85

Tested by

no test coverage detected