Hacker News new | ask | show | jobs
by pjmlp 2228 days ago
Sure we are, OpenAAC, MPI and GPGPU support are a standard feature of any commercial Fortran compiler.
1 comments

And yet none of those technologies is fortran-specific, nor mentioned on its standard, nor solve at tiny bit the problems the OP was specifying.
Try to give a C developer a C compiler without support for inline assembly to see how they will appreciate it.

Yet, inline assembly is not part of ISO C.

Or one that generates lousy machine without full advantage of the CPU vector units.

Yet, vector instructions are not part of ISO C.