Skip to content

Commit bad4651

Browse files
committed
update docs for 'CxxFlags()'
1 parent 6dd39a9 commit bad4651

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

man/RcppParallelFlags.Rd

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@ Compilation flags for RcppParallel
99
Output the compiler or linker flags required to build against RcppParallel.
1010
}
1111
\usage{
12-
CxxFlags(simd = TRUE)
12+
CxxFlags()
1313
LdFlags()
1414
RcppParallelLibs()
1515
}
16-
\arguments{
17-
\item{simd}{
18-
\code{TRUE} to enable use of Boost.SIMD.
19-
}
20-
}
16+
2117
\details{
2218
These functions are typically called from \code{Makevars} as follows:
2319

0 commit comments

Comments
 (0)