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 2446237 commit 14130acCopy full SHA for 14130ac
test/libfasttransformstests.jl
@@ -1,6 +1,6 @@
1
using FastTransforms, Test
2
3
-FastTransforms.ft_set_num_threads(ceil(Int, Base.Sys.CPU_THREADS/2))
+FastTransforms.ft_set_num_threads(Base.Sys.CPU_THREADS ÷ 2)
4
5
@testset "libfasttransforms" begin
6
n = 64
0 commit comments