Browse Source

remove inclusion of common.h again to avoid circular dependency

tags/v0.3.14^2
Martin Kroeker GitHub 4 years ago
parent
commit
ecb4babcf4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      param.h

+ 0
- 2
param.h View File

@@ -72,8 +72,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef PARAM_H
#define PARAM_H

#include "common.h"

#define SBGEMM_DEFAULT_UNROLL_N 4
#define SBGEMM_DEFAULT_UNROLL_M 8
#define SBGEMM_DEFAULT_UNROLL_MN 32


Loading…
Cancel
Save