gpt4 book ai didi

c++ - 找不到标识符 : __mul128

转载 作者:搜寻专家 更新时间:2023-10-31 00:45:56 27 4
gpt4 key购买 nike

我收到一个错误 (VS2010 sp1) :
错误 25 错误 C3861:“_mul128”:找不到标识符
代码如下所示:

#include "stdafx.h"
#include <intrin.h>

int _tmain(int argc, _TCHAR* argv[])
{
__int64* high = nullptr;
_mul128(2LL,4LL,high);
return 0;
}

难道这个fnc只能在64位架构上调用?

最佳答案

在包含之后添加#pragma intrinsic(_mul128)

关于c++ - 找不到标识符 : __mul128,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5822297/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com