Browse Source

Update prebuild.cmake

pull/4934/head
Martin Kroeker GitHub 1 year ago
parent
commit
4318ef2eed
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake/prebuild.cmake

+ 1
- 1
cmake/prebuild.cmake View File

@@ -167,7 +167,7 @@ if (DEFINED CORE AND CMAKE_CROSSCOMPILING AND NOT (${HOST_OS} STREQUAL "WINDOWSS
set(HAVE_SSE2 1)
set(HAVE_SSE3 1)
set(HAVE_SSSE3 1)
ifeq (${BINARY},32)
if (NOT BINARY64)
set(SGEMM_UNROLL_M 8)
set(SGEMM_UNROLL_N 2)
set(DGEMM_UNROLL_M 4)


Loading…
Cancel
Save