Merge 37d2178f10
into ebb04e3265
This commit is contained in:
commit
5964e23e7a
|
@ -208,7 +208,8 @@ extern int blas_level1_thread_with_return_value(int mode, BLASLONG m, BLASLONG n
|
|||
#endif
|
||||
|
||||
|
||||
static BLASLONG iamax_compute(BLASLONG n, FLOAT *x, BLASLONG inc_x)
|
||||
static BLASLONG __attribute__((noinline)) iamax_compute(BLASLONG n, FLOAT *x,
|
||||
BLASLONG inc_x)
|
||||
{
|
||||
BLASLONG index = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue