Skip to content

Commit 3e06621

Browse files
committed
add Authors@R info for Boost.SIMD
1 parent 9ff12a7 commit 3e06621

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ Authors@R: c(
1212
person(family = "RStudio", role = "cph"),
1313
person(family = "Intel", role = c("aut", "cph"),
1414
comment = "Intel TBB library, https://www.threadingbuildingblocks.org/"),
15-
person(family = "Microsoft", role = "cph")
15+
person(family = "Microsoft", role = "cph"),
16+
person("Joel", "Falcou", role = "aut"),
17+
person(family = "UMR 8623 CNRS/Univ Paris Sud XI", role = "cph",
18+
comment = "Boost.SIMD library, https://www.lri.fr/~falcou/pub/pact-2012.pdf")
1619
)
1720
Description: High level functions for doing parallel programming with 'Rcpp'.
1821
For example, the parallelFor() function can be used to convert the work of

0 commit comments

Comments
 (0)