isalist(1) User Commands isalist(1)NAME
isalist - display the native instruction sets executable on this platform
SYNOPSIS
isalist
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(2).
The names are space-separated and are ordered in the sense of best performance. That is, earlier-named instruction sets may 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(5). These names may or may not match predefined names or compiler
options in the C language compilation system,
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO optisa(1), uname(1), sysinfo(2), attributes(5), isalist(5)SunOS 5.10 25 Jul 1997 isalist(1)
Check Out this Related Man Page
isalist(1) User Commands isalist(1)NAME
isalist - display the native instruction sets executable on this platform
SYNOPSIS
isalist
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(2).
The names are space-separated and are ordered in the sense of best performance. That is, earlier-named instruction sets may 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(5). These names may or may not match predefined names or compiler
options in the C language compilation system,
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO optisa(1), uname(1), sysinfo(2), attributes(5), isalist(5)SunOS 5.10 25 Jul 1997 isalist(1)
Hello
1) How can I find what bit of OS I am running on? 16 bit, 64 bit?
2) What is the difference in having different bits?
3) Below is the output of /etc/release/ what are all these components meaning?
$ more /etc/release
Solaris 10 11/06 s10x_u3wos_10 X86
$
Thank... (7 Replies)
Folks;
Is there a command to know if my hardware can run 64-bit or 32-bit?
I'm trying to re-install SUSE 64-bit on one of our server but i'm not sure if this server hardware designed for 32-bit only or for both
Any help? (14 Replies)
how to know for a particular solaris machine whether i am having a 64 bit or 32 bit processor???
like for machine with details
SunOS 5.8 Generic_108528-20 sun4u sparc SUNW,Sun-Blade-100 (3 Replies)
Any native Solaris commands/scripts to check the utilization of kernel tables/limits in Solaris ? (like equivalent command in HPUX is kcusage) (2 Replies)
Hi all,
I'm quite new to Solaris and I've been searching around everywhere to try and find the root of my Oracle DB install problem. It quits immediately when it runs isainfo when it gets a return of 3md64. To me this looks like there is a typo where ever isainfo pulls it's info from, but I... (13 Replies)
I can't compile anything, the final make error says "Command failed for target `install-recursive'", but I am not able to identify the root cause of that error, I tried with cc, gcc 4.5, also gcc 5.2, using make, using gmake 3.82, ld 5.11, gld 2.31... and I am totally stuck yet... please help, to... (4 Replies)