How to use MMX/SSE/SSE2 instructions in Intel Fortran 8.0

From: Ge, Steven (geliang_cn_at_sina.com)
Date: 06/30/04


Date: Wed, 30 Jun 2004 14:00:37 +0800

I want to optimize some fortran code.
So it is necessary to use assembly or intrinsics to rewrite some code.

In the C++, I only need to include
<xmmintrin.h>. But how could I use intrinsics in Fortran.

Thanks
Steven