为什么不能使用_mm_sin_pd? [英] Why can't I use _mm_sin_pd?

查看:183
本文介绍了为什么不能使用_mm_sin_pd?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

详细信息说:

__m128d _mm_sin_pd (__m128d a)
#include <immintrin.h>
CPUID Flags: SSE
Description
Compute the sine of packed double-precision (64-bit) floating-point elements in a expressed in radians, and store the results in dst.

但是似乎不是已定义?

推荐答案

此符号带有蓝色标题,表示它是SVML的一部分.根据文档要求链接到该符号以获取该符号.

This symbol has a blue header, that means it's part of SVML. Link against it to get the symbol, as the documentation requires it.

然后,SVML将把调用分派到最适合您的体系结构的实现.

SVML will then dispatch the call to the most adequate implementation for your architecture.

这篇关于为什么不能使用_mm_sin_pd?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆