Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
VarLad authored Mar 29, 2024
1 parent 2b551cf commit 910abd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ macro check(x, d, block1, block2)
CPU_NAME,
WORD_SIZE,
simdbytes(),
(cpucores(), cpucores_total(), cputhreads_per_core())
(cpucores(), cputhreads(), cputhreads_per_core())
),
haskey(di, :tags) ? di[:tags] : Symbol[:none],
PackageSpec[]
Expand Down

0 comments on commit 910abd5

Please sign in to comment.