VC++ 吗?支持_mm_malloc吗?

发布于 2024-09-10 21:33:02 字数 115 浏览 6 评论 0原文

Visual Studio C++ 2008/2010 是否正式支持 _mm_malloc ?它在 malloc.h 中定义,但我在 MSDN 库中找不到它的描述。

Does Visual Studio C++ 2008/2010 support _mm_malloc officially? It is defined in malloc.h but I can't find its description in the MSDN library.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

爱要勇敢去追 2024-09-17 21:33:03

没有直接回答您的问题,但我认为您应该使用 _aligned_malloc。如果我的理解是正确的,_mm_malloc 适用于英特尔编译器。

Doesn't answer your question directly, but I think you're suppose to use _aligned_malloc. If my understanding is correct, _mm_malloc is for Intel compilers.

平安喜乐 2024-09-17 21:33:03

Visual Studio 2013 通过使用 标头支持 _mm_malloc/_mm_free

_mm_malloc/_mm_free supported in Visual Studio 2013 with using the <malloc.h> header.

泅人 2024-09-17 21:33:03

中的 memalign() 不能解决这个问题吗?手册页说它已经过时了,但是......

Doesn't memalign() in <malloc.h> solve this? The man-page says it's obsolete, but ...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文