Linux isalist command

Updated: 03/13/2021 by Computer Hope
isalist command

On Solaris, isalist displays the native instruction sets executable on the platform.

Description

isalist prints the names of the native instruction sets executable on this platform on the standard output, as returned by the SI_ISALIST command of sysinfo.

The names are space-separated and are ordered in the sense of best performance. That is, earlier-named instruction sets might contain more instructions than later-named instruction sets; a program that is compiled for an earlier-named instruction sets will most likely run faster on this machine than the same program compiled for a later-named instruction set.

Programs compiled for instruction sets that do not appear in the list will most likely experience performance degradation or not run at all on this machine.

The instruction set names known to the system are listed in isalist. These names might or might not match predefined names or compiler options in the C language compilation system.

Syntax

isalist

Examples

isalist

Displays outputs similars to the example below:

sparcv8 sparcv8-fsmuld sparcv7 sparc

optisa — Determine which instruction set is optimal to use on a Solaris system.
uname — Print information about the current system.