1optisa(1) User Commands optisa(1)
2
3
4
6 optisa - determine which variant instruction set is optimal to use
7
9 optisa instruction_set...
10
11
13 optisa prints which instruction_set out of the ones specified in the
14 command will perform best on this machine. In this case, ``best'' is
15 defined by the order in which instruction set names are returned by
16 isalist(1). Possible values for instruction_set are given in isal‐
17 ist(5).
18
20 See attributes(5) for descriptions of the following attributes:
21
22
23
24
25 ┌─────────────────────────────┬─────────────────────────────┐
26 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
27 ├─────────────────────────────┼─────────────────────────────┤
28 │Availability │SUNWcsu │
29 └─────────────────────────────┴─────────────────────────────┘
30
32 The following exit values are returned:
33
34 0 One of the instruction_set values you specified is printed by
35 this command.
36
37
38 1 There is no output; that is, this machine cannot use any instruc‐
39 tion_set that you specified with the optisa command.
40
41
43 isalist(1), uname(1), attributes(5), isalist(5)
44
46 optisa is preferable to uname -p or uname -m (see uname(1)) in deter‐
47 mining which of several binary versions of a given program should be
48 used on the given machine.
49
50
51
52SunOS 5.11 25 Jul 1997 optisa(1)