forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 1389559 b: refs/heads/joyent/feature/dash/trunk c: 3742869 h: refs/heads/trunk i: 1389557: 6750bd7 1389555: 79a1297 1389551: 20556b1
- Loading branch information
joerg
committed
Dec 7, 2011
1 parent
78ad16f
commit d9ae832
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
branches/joyent/feature/dash/trunk/math/tasp-vsipl/patches/patch-.._src_vsip_chold_f.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
$NetBSD: patch-.._src_vsip_chold_f.c,v 1.1 2011/12/07 15:17:00 joerg Exp $ | ||
|
||
--- ../src/vsip_chold_f.c.orig 2011-12-07 14:15:23.000000000 +0000 | ||
+++ ../src/vsip_chold_f.c | ||
@@ -44,7 +44,7 @@ VI_cholesky_low_f( | ||
vsip_scalar_f *a_kk = A->block->array + A->block->rstride *(A->offset + k * (A->row_stride + A->col_stride)); | ||
if(*a_kk <= 0){ | ||
retval++; | ||
- return; | ||
+ break; | ||
} else { | ||
scale = sqrt((double)*a_kk); | ||
} |