diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-11-19 22:45:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-11-19 22:45:34 +0000 |
commit | a01ed8fdc4ada86ce7725f95d9fae234eba25f0a (patch) | |
tree | 71c532340aefd1511d57f82f6eabf2085278b38f /math/atlas-devel | |
parent | b693f8615be342cc431867f8a03bdee1a5c11e5c (diff) | |
download | ports-a01ed8fdc4ada86ce7725f95d9fae234eba25f0a.tar.gz ports-a01ed8fdc4ada86ce7725f95d9fae234eba25f0a.zip |
Notes
Diffstat (limited to 'math/atlas-devel')
-rw-r--r-- | math/atlas-devel/pkg-descr | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/math/atlas-devel/pkg-descr b/math/atlas-devel/pkg-descr index ddb171ecf5b3..c59c0267a409 100644 --- a/math/atlas-devel/pkg-descr +++ b/math/atlas-devel/pkg-descr @@ -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). |