This commit is contained in:
pawosm-arm 2017-08-02 16:44:39 +00:00 committed by GitHub
commit 5964e23e7a
1 changed files with 2 additions and 1 deletions

View File

@ -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;