| 844 | } |
| 845 | |
| 846 | int *getTempOutIntStore(int alignmentBytes) { return (int*)getTempOutFloatStore(alignmentBytes); } |
| 847 | double *getTempOutDoubleStore(int alignmentBytes) { return (double*)getTempOutFloatStore(alignmentBytes); } |
| 848 | |
| 849 | #define void_OutFloatPtr_M128(func, Ptr_type, numBytesWritten, alignmentBytes) \ |
nothing calls this directly
no test coverage detected