SN-2726 已核对来源,附原文与上下文。
其他参与者原话teknohog原帖 ↗由于 CallCPUID 函数包含 x86 汇编,它破坏了其他架构上的构建。我把 main.cpp 第 2770 行改成了
Since the function CallCPUID function contains x86 assembler, it breaks the build on other architectures. I've changed line 2770 in main.cpp to
#if defined(__GNUC__) && defined(CRYPTOPP_X86_ASM_AVAILABLE)
#if defined(__GNUC__) && defined(CRYPTOPP_X86_ASM_AVAILABLE)
好歹让它重新编译通过,至少在 ARM 上。
to make it compile again, at least on ARM.
已加入 SVN rev 152
Added in SVN rev 152