experimentally removed expensive function calls

This commit is contained in:
wernsaar
2014-09-05 15:05:53 +02:00
parent 6df7a88930
commit 2021d0f9d6
2 changed files with 11 additions and 0 deletions

View File

@@ -251,7 +251,9 @@ void blas_set_parameter(void){
env_var_t p;
int factor;
#if !defined(BULLDOZER)
int size = get_L2_size();
#endif
#if defined(CORE_KATMAI) || defined(CORE_COPPERMINE) || defined(CORE_BANIAS)
size >>= 7;