CacheLineSize icon indicating copy to clipboard operation
CacheLineSize copied to clipboard

A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure

Results 1 CacheLineSize issues
Sort by recently updated
recently updated
newest added

This will allow users who base on C++ to be able to compile and use in their code. Tested on both Windows (MSVC from VS2019), and Ubuntu (GCC 9.30).