Browse Source

Update scal.c

pull/3166/head
Martin Kroeker GitHub 5 years ago
parent
commit
5e30b86023
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/arm/scal.c

+ 1
- 1
kernel/arm/scal.c View File

@@ -39,7 +39,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da, FLOAT *x, BLASLONG inc_x, FLOAT *y, BLASLONG inc_y, FLOAT *dummy, BLASLONG dummy2)
{
BLASLONG i=0,j=0;
fprintf(stderr,"arm/scal.c SCAL kernel starting, scale factor is %f\n", da);
if ( (n <= 0) || (inc_x <= 0))
return(0);


Loading…
Cancel
Save