链接已复制
1 回复
Fortran has elemental functions - you precede the FUNCTION keyword with the keyword ELEMENTAL. This is not really the same as __declspec(vector), but the Intel Fortran compiler is very good about vectorizing array and loop operations.
If you have further questions about Intel Fortran, please ask in one of our Fortran forum sections.
If you have further questions about Intel Fortran, please ask in one of our Fortran forum sections.
