File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 295
295
* float x, y, z, w;
296
296
* } SDL_ALIGNED(16) MySIMDAlignedData;
297
297
*
298
-
298
+ *
299
299
* // make sure this one field in a struct is aligned to 16 bytes for SIMD access.
300
300
* typedef struct {
301
301
* SomeStuff stuff;
312
312
* something that respects this alignment, use SDL_aligned_alloc() or some
313
313
* other mechanism.
314
314
*
315
- * On compilers without alignment support, this macro is defined to an
316
- * invalid symbol, to make it clear that the current compiler is likely to
317
- * generate incorrect code when it sees this macro.
315
+ * On compilers without alignment support, this macro is defined to an invalid
316
+ * symbol, to make it clear that the current compiler is likely to generate
317
+ * incorrect code when it sees this macro.
318
318
*
319
319
* \param x the byte count to align to, so the data's address will be a
320
320
* multiple of this value.
You can’t perform that action at this time.
0 commit comments