Skip to content

Commit 653318b

Browse files
committed
Boost.SIMD is no longer part of RcppParallel
1 parent 8c853ce commit 653318b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ 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"),
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")
15+
person(family = "Microsoft", role = "cph")
1916
)
2017
Description: High level functions for doing parallel programming with 'Rcpp'.
2118
For example, the parallelFor() function can be used to convert the work of

0 commit comments

Comments
 (0)