这个问题已经在这里有一个答案:
- C ++的错误:“_mm_sin_ps”在此范围内未声明 3个回答
- 我该如何使用SVML说明[复制] 1个回答
- 哪里是锵的“_mm256_pow_ps的内在? 1个回答
具体说:
__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.
但现在看来,这是不是定义 ?