cpu_ins: CPU Instructions

Description Usage Arguments Value See Also Examples

Description

A utility to look up the presence/absence of some CPU instructions.

Usage

1
cpu_ins(ret.logical = FALSE)

Arguments

ret.logical

Logical; if FALSE, then the return values will be the strings "present" or "absent" (accordingly). If TRUE then the elements of the return list will be TRUE to indicate presence, and FALSE otherwise.

Value

Returns a list containing:

mmx MMX instruction set
mmx.extended Extended MMX instruction set
sse SSE instruction set
sse2 SSE2 instruction set

See Also

cpu_id, cpu_clock

Examples

1
2
3
4
5
## Not run: 
library(okcpuid, quietly=TRUE)
cpu_ins()

## End(Not run)

shinra-dev/okcpuid documentation built on May 29, 2019, 9:25 p.m.