Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
isalist(1)			 User Commands			    isalist(1)

NAME
       isalist	- display the native instruction sets executable on this plat-
       form

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 per-
       formance.  That is, earlier-named instruction sets may contain more in-
       structions than later-named instruction sets; a program	that  is  com-
       piled for an earlier-named instruction sets will	most likely run	faster
       on this machine than the	same program compiled for  a  later-named  in-
       struction 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	 isal-
       ist(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.9			  25 Jul 1997			    isalist(1)

NAME | SYNOPSIS | DESCRIPTION | ATTRIBUTES | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=isalist&sektion=1&manpath=SunOS+5.9>

home | help