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 c9592e5 commit a71379cCopy full SHA for a71379c
test/threading.jl
@@ -1,6 +1,6 @@
1
using OffsetArrays, LinearAlgebra, LoopVectorization, Test
2
3
-let nt = min(Threads.nthreads(), (Sys.CPU_THREADS)::Int) - 1
+let nt = min(Threads.nthreads(), (Sys.CPU_THREADS)::Int)
4
if (LoopVectorization.num_cores() < 4) && (nt ≥ 4)
5
@eval LoopVectorization.num_cores() = LoopVectorization.StaticInt{$nt}()
6
end
0 commit comments