![]() ![]() |
![]() |
version 1.2, 2008/10/16 21:44:53 | version 1.3, 2012/05/18 08:40:45 | ||
---|---|---|---|
|
| ||
breaksw | breaksw | ||
case "x86_64": | case "x86_64": | ||
case "em64t": | case "em64t": | ||
/bin/grep -qw avx /proc/cpuinfo | |||
if ( $? ) then | |||
echo linux_x86_64 | echo linux_x86_64 | ||
else | |||
echo linux_avx | |||
endif | |||
breaksw | breaksw | ||
default: | default: | ||
echo custom | echo custom |
|
Karen Tian |
Powered by ViewCVS 0.9.4 |