#issue1446 : 修复x86 ubuntu16 链接_rdseed64_step找不到问题#1447
#issue1446 : 修复x86 ubuntu16 链接_rdseed64_step找不到问题#1447alittlehorse wants to merge 6 commits intoguanzhi:masterfrom
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