0

The Intel Intrinsics Guide lists _mm256_sin_ps as an available function with the header immintrin.h and the AVX flag, yet is seems to be missing from XCode / OSX.

I do have an AVX2 machine and other AVX intrinsics work fine, am I missing something obvious?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
bitwise
  • 541
  • 6
  • 16
  • 1
    `_mm256_sin_ps` is part of the Intel MKL. You need to use either the Intel compiler or something else that supports MKL. – Mysticial May 21 '15 at 00:33
  • 2
    @Mysticial Not quite. `_mm256_sin_ps` is in SVML library, which ships with Intel compiler – Marat Dukhan May 21 '15 at 02:37
  • Possible duplicate of [C++ error: ‘\_mm\_sin\_ps’ was not declared in this scope](https://stackoverflow.com/questions/31978592/c-error-mm-sin-ps-was-not-declared-in-this-scope) – Peter Cordes Sep 07 '17 at 01:14

0 Answers0