This patch adds the possibility to use the G95-MinGW
package in Matlab. Install G95 in the root directory of
MinGW and select G95 in the "language for compilation?
" drop box.
The versions of gcc-3.4.4 and gcc-3.3.3 and lower works
fine, but versions 3.4.0, 3.4.1 and 3.4.2 gives for the
compiler setting pentium4 bad results. Te cause is the
compiler optimization -mfpmath=sse. I added the setting
pentium4f which has this optimization removed.
Patch is for gnumex version 1.11
Greetz
Ivo
Patch