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 0dacf3a commit 07dc618Copy full SHA for 07dc618
src/simdfunctionals/map.jl
@@ -264,7 +264,7 @@ end
264
265
"""
266
vmapt!(::Function, dest, args...)
267
-Like `vmap!` (see `vmap!`), but uses `Threads.@threads` for parallel execution.
+A threaded variant of [`vmap!`](@ref).
268
269
function vmapt!(
270
f::F, y::AbstractArray, args::Vararg{AbstractArray,A}
@@ -336,7 +336,7 @@ end
336
337
338
vmapntt!(::Function, dest, args...)
339
-Like `vmapnt!` (see `vmapnt!`), but uses `Threads.@threads` for parallel execution.
+A threaded variant of [`vmapnt!`](@ref).
340
341
function vmapntt!(
342
0 commit comments