Determine the L1 cache line size of the CPU.
int SDL_GetCPUCacheLineSize(void);
Returns the L1 cache line size of the CPU, in bytes.
This is useful for determining multi-threaded structure padding or SIMD prefetch sizes.
This function is available since SDL 3.0.0.