Bitcointalk · Auto-detect for 128-bit 4-way SSE2

中本聪,2010 年 9 月 10 日

SN-2726 已核对来源,附原文与上下文。

阅读语言
中文译文

由于 CallCPUID 函数包含 x86 汇编,它破坏了其他架构上的构建。我把 main.cpp 第 2770 行改成了

#if defined(__GNUC__) && defined(CRYPTOPP_X86_ASM_AVAILABLE)

好歹让它重新编译通过,至少在 ARM 上。

已加入 SVN rev 152

ORIGINAL · 英文原文
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)

to make it compile again, at least on ARM.
Added in SVN rev 152
上下文
← 上一条 SN-2726 · 当前 下一条 → 在档案中查看完整主题串 →
来源
Bitcointalk 原始链接 ↗ 记录编号 SN-2726