Determine the L1 cache line size of the CPU.
Defined in <SDL3/SDL_cpuinfo.h>
int SDL_GetCPUCacheLineSize(void);
(int) Returns the L1 cache line size of the CPU, in bytes.
This is useful for determining multi-threaded structure padding or SIMD prefetch sizes.
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.