We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sonic-cpp-1.0.1/include/sonic/internal/arch/sse/simd.h:159:37: error: ‘_mm_max_epi8’ was not declared in this scope return _mm_max_epi8(*this, other);
#include <emmintrin.h> 加了编译选项 -msse2 也没用 是编译器版本低了吗? 最低要求是哪个版本?
The text was updated successfully, but these errors were encountered:
gcc 版本最好升级下。我不确定 intrinsic 是 gcc 哪个版本开始支持的,我们项目测试一般是从 gcc8 开始
Sorry, something went wrong.
No branches or pull requests
sonic-cpp-1.0.1/include/sonic/internal/arch/sse/simd.h:159:37: error: ‘_mm_max_epi8’ was not declared in this scope
return _mm_max_epi8(*this, other);
#include <emmintrin.h>
加了编译选项 -msse2 也没用 是编译器版本低了吗? 最低要求是哪个版本?
The text was updated successfully, but these errors were encountered: