1isalist(1) User Commands isalist(1)
2
3
4
6 isalist - display the native instruction sets executable on this plat‐
7 form
8
10 isalist
11
12
14 isalist prints the names of the native instruction sets executable on
15 this platform on the standard output, as returned by the SI_ISALIST
16 command of sysinfo(2).
17
18
19 The names are space-separated and are ordered in the sense of best per‐
20 formance. That is, earlier-named instruction sets might contain more
21 instructions than later-named instruction sets; a program that is com‐
22 piled for an earlier-named instruction sets will most likely run faster
23 on this machine than the same program compiled for a later-named
24 instruction set.
25
26
27 Programs compiled for instruction sets that do not appear in the list
28 will most likely experience performance degradation or not run at all
29 on this machine.
30
31
32 The instruction set names known to the system are listed in isalist(5).
33 These names might or might not match predefined names or compiler
34 options in the C language compilation system,
35
36
37 This command is obsolete and may be removed in a future version of
38 Solaris. See isainfo(1) for a better way to handle instruction set
39 extensions.
40
42 See attributes(5) for descriptions of the following attributes:
43
44
45
46
47 ┌───────────────────────────────────────────────────────────┐
48 │ATTRIBUTE TYPE ATTRIBUTE VALUE │
49 │Availability SUNWcsu │
50 └───────────────────────────────────────────────────────────┘
51
53 isainfo(1), optisa(1), uname(1), sysinfo(2), attributes(5), isalist(5)
54
55
56
57SunOS 5.11 20 Mar 2008 isalist(1)