has.instruction.set: CPU instruction set

Description Usage Arguments Value Examples

View source: R/auxiliary.R

Description

The function checks whether a certain instruction is available under the current compilation of the package.

Usage

1
has.instruction.set(which=c("SSE2", "SSSE3",  "AVX", "AVX2"))

Arguments

which

character vector.

Value

logical vector of length which. An element is TRUE if the instruction set is recognized by the package.

Examples

1

miraculix documentation built on Sept. 22, 2021, 5:07 p.m.