We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea1d01 commit f915f9cCopy full SHA for f915f9c
Project.toml
@@ -1,7 +1,7 @@
1
name = "CPUSummary"
2
uuid = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
3
authors = ["chriselrod <elrodc@gmail.com> and contributors"]
4
-version = "0.1.20"
+version = "0.1.21"
5
6
[deps]
7
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
src/x86.jl
@@ -28,7 +28,6 @@ num_l4cache() = static(0)
28
29
const PrecompiledCacheSize = CpuId.cachesize()
30
const PrecompiledCacheInclusive = CpuId.cacheinclusive()
31
-cache_size(_) = static(0)
32
cache_inclusive(_) = False()
33
@noinline function _eval_cache_size(cachesize)
34
for (i, csi) in enumerate(cachesize)
0 commit comments