提交 031ae038 编写于 作者: J jinhai

Merge branch 'branch-0.3.0' into 'branch-0.3.0'

MS-90 Fix arch match incorrect on ARM

See merge request megasearch/vecwise_engine!98

Former-commit-id: 1a736a212f4a041974029102cb1458aac50eff06
......@@ -7,6 +7,7 @@ Please mark all change in change log and use the ticket from JIRA.
## Bug
- MS-80 - Fix server hang issue
- MS-89 - Fix compile failed, libgpufaiss.a link missing
- MS-90 - Fix arch match incorrect on ARM
## Improvement
- MS-82 - Update server startup welcome message
......
......@@ -102,7 +102,8 @@ else()
)
endif ()
if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm")
if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "aarch64")
set(engine_libs
${engine_libs}
libquadmath.a
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册