Currently with "cpu I686_CPU" which is default,

kernel automatically enables SSE if it is available.
so remove messages which are not necessary.

Submitted by:	 Darrien <darrien.l@gmail.com>
This commit is contained in:
Maho Nakata 2005-11-19 22:45:34 +00:00
parent b693f8615b
commit a01ed8fdc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148822
3 changed files with 0 additions and 18 deletions

View file

@ -5,11 +5,6 @@ in order to provide portable performance.
At present, it provides C and Fortran77 interfaces to a
portably efficient BLAS implementation, as well as a few routines from LAPACK.
PLEASE REBUILD YOUR KERNEL WITH
options CPU_ENABLE_SSE
TO ENABLE SSE1/SSE2 SUPPORT BEFORE MAKING ATLAS!
IT SIGNIFICANTLY IMPROVES PERFORMANCE.
If you use blas, you can simply change flags when linking,
from -lblas to -lf77blas -latlas (order is important).

View file

@ -5,11 +5,6 @@ in order to provide portable performance.
At present, it provides C and Fortran77 interfaces to a
portably efficient BLAS implementation, as well as a few routines from LAPACK.
PLEASE REBUILD YOUR KERNEL WITH
options CPU_ENABLE_SSE
TO ENABLE SSE1/SSE2 SUPPORT BEFORE MAKING ATLAS!
IT SIGNIFICANTLY IMPROVES PERFORMANCE.
If you use blas, you can simply change flags when linking,
from -lblas to -lf77blas -latlas (order is important).

View file

@ -1,8 +0,0 @@
-------------------------------------------------
This software determines and detects
appropreate parameters and hardware setting
(e.g., SSE/SSE2/3DNow etc) while compilation.
The author of this port *strongly* urge you to
make atlas by yourself.
-------------------------------------------------