Browse Source

Fix missing brace

pull/3959/head
Martin Kroeker GitHub 3 years ago
parent
commit
3e23bff3a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake/prebuild.cmake

+ 1
- 1
cmake/prebuild.cmake View File

@@ -831,7 +831,7 @@ if (DEFINED CORE AND CMAKE_CROSSCOMPILING AND NOT (${HOST_OS} STREQUAL "WINDOWSS
"#define L2_LINESIZE\t32\n" "#define L2_LINESIZE\t32\n"
"#define DTB_DEFAULT_ENTRIES\t64\n" "#define DTB_DEFAULT_ENTRIES\t64\n"
"#define DTB_SIZE\t4096\n" "#define DTB_SIZE\t4096\n"
"#define L2_ASSOCIATIVE\t4\n"
"#define L2_ASSOCIATIVE\t4\n")
set(SGEMM_UNROLL_M 2) set(SGEMM_UNROLL_M 2)
set(SGEMM_UNROLL_N 2) set(SGEMM_UNROLL_N 2)
set(DGEMM_UNROLL_M 2) set(DGEMM_UNROLL_M 2)


Loading…
Cancel
Save