-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
#issue1446 : 修复x86 ubuntu16 链接_rdseed64_step找不到问题 #1447
base: master
Are you sure you want to change the base?
Conversation
@guanzhi hello, please run workflow and see cmake result in ios, android or other archs. |
Only using gcc and in x86 or x86_64 arch ,we use |
@alittlehorse the above line #include "immintrin.h" is also only in x86 or x86_64. |
@zzl360 you are right. done |
my mistake, according to Lines 259 to 267 in 2167dda
this file will be compiled only on x86_64,so no need to use macro |
yes, the option the link error in #1446 is the same with https://gcc.gnu.org/legacy-ml/gcc-bugs/2015-11/msg01051.html, so the fix as below will work.
|
weidai11/cryptopp@951d8b9 |
we should add gcc version check . This is what you mean, right?
|
yes |
@zzl360 please review and run workflows |
LGTM |
We'd better replace
|
@guanzhi hello, professor guan, please review. thanks a lot |
Hello, this issue has appeared several times before, please review and provide corresponding feedback |
please merge this pull request. it has appeared several times |
请问大佬们怎么解决这个问题的? |
参考这个pr加头文件 |
@guanzhi Hello, professor guan! Please review and merge this pr. We have seen several issues related to it in the pr. |
修复x86 ubuntu16 链接_rdseed64_step找不到问题
#1446