SSE intrinsics in Fortran

Hello,

Does anyone know if it’s possible to use SSE intrinsics directly in Fortran, or do you have to write C wrapper functions?

Thanks,
Todd

Hi Todd,

Sorry, the SSE intrinsics are C only so you’ll need to use C wrappers.

  • Mat