remove inclusion of common.h again to avoid circular dependency
This commit is contained in:
parent
34753eaebb
commit
ecb4babcf4
2
param.h
2
param.h
|
@ -72,8 +72,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#ifndef PARAM_H
|
#ifndef PARAM_H
|
||||||
#define PARAM_H
|
#define PARAM_H
|
||||||
|
|
||||||
#include "common.h"
|
|
||||||
|
|
||||||
#define SBGEMM_DEFAULT_UNROLL_N 4
|
#define SBGEMM_DEFAULT_UNROLL_N 4
|
||||||
#define SBGEMM_DEFAULT_UNROLL_M 8
|
#define SBGEMM_DEFAULT_UNROLL_M 8
|
||||||
#define SBGEMM_DEFAULT_UNROLL_MN 32
|
#define SBGEMM_DEFAULT_UNROLL_MN 32
|
||||||
|
|
Loading…
Reference in New Issue