repo.or.cz
/
nslu2-linux
/
optware.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git]
/
sources
/
inferno
/
libmath-blas.patch
blob
abdbcbd400c5cb1bc744026779c213bc74eaa416
1
--- libmath/blas.c.orig 2007-11-06 14:25:46.000000000 -0800
2
+++ libmath/blas.c 2007-11-06 14:26:04.000000000 -0800
3
@@ -41,7 +41,6 @@
4
if (n <= 0)
5
return 0;
6
while (n--) {
7
- sum += fabs(*x++);
8
}
9
return sum;
10
}