Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于 AMD 处理器,有 CPUID 0x8000005u 和 0x8000006u 来收集不同缓存级别的大小、关联性和缓存行大小。
对于 Intel CPU,只有应用笔记 485 有一张不同缓存大小的表格,可以从较低的 cpuid 级别收集。但是这个文件已经很多年没有更新了。
那么有没有一种方便的方法可以从 Intel CPU 获取这些数据?