search for: emm_

Displaying 1 result from an estimated 1 matches for "emm_".

Did you mean: _mm_
2005 Oct 12
1
Using matprod from array.c
....2.0/include -Wall -O2 -c my_matprod.c -o my_matprod.o ar cr my_matprod.a my_matprod.o ranlib my_matprod.a gcc --shared -s -o my_matprod.dll my_matprod.def my_matprod.a -LC:/R/tex/R-2. 2.0/src/gnuwin32 -lg2c -lR my_matprod.a(my_matprod.o)(.text+0x19a):my_matprod.c: undefined reference to `dg emm_' collect2: ld returned 1 exit status make: *** [my_matprod.dll] Error 1 I'm using Windows XP and I'm using the MinGW gcc. It works fine if I comment out the Fortran call so that the method for have_na is always used. Do I need to include another header file to use dgemm? Is there a b...