Bitcointalk

Auto-detect for 128-bit 4-way SSE2

中本聪 · 2010 年 9 月 10 日

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

上下文
来源
Bitcointalk 原始链接 ↗ 记录编号 SN-2726

阅读字号

选择适合你的字号,之后阅读会继续使用。