为什么我不能使用_mm_sin_pd?

Why can't I use _mm_sin_pd?

本文关键字:mm sin pd 不能 为什么      更新时间:2023-10-16

Specifics 说:

__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 的一部分。链接到它以获取符号,因为文档需要它。

然后,SVML 会将调用调度到最适合您的架构的实现。