qthreads icon indicating copy to clipboard operation
qthreads copied to clipboard

Expand Cacheline Size Detection Logic

Open insertinterestingnamehere opened this issue 1 year ago • 1 comments

We have some initial logic for detecting the cache line size using cpuid, but it doesn't really apply cleanly to the modern architectures that we care about now. It should be expanded.

Note, this is also a problem we have at build time for determining the size of certain data structures. If possible I'd like to at least get something semi-reasonable figured out for the build-time issue by the next release.