SSE 2006-06 x86: __di_random and __f90_vrandomi

Using SunStudio Express 2006-06 on x86 (amd64) with -xia: the functions __di_random and __f90_vrandomi are not visible or do not exist (respectively). Comparing SPARC and x86 versions of Sun Studio, I presume this is an oversight in libfsu.

This shows up when linking code that does something like: [code]call random_number(interval_value)[/code] and [code]call random_number(interval_array)[/code] (respectively).

Also, you could update the README to state that interval support is for both sse2 and amd64 (since the implication was, to me at least, the support was for 32-bit code only).

cheers,

/lib

[633 byte] By [slashlib] at [2007-11-26 8:19:55]
# 1

> Using SunStudio Express 2006-06 on x86 (amd64) with

> -xia: the functions __di_random and __f90_vrandomi

> are not visible or do not exist (respectively).

While I doubt the compiler should be generating calls

to __f90_vrandomi, given that it does, there should be

such a routine.

Bob Corbett

rpcorbett at 2007-7-6 21:24:11 > top of Java-index,Development Tools,Solaris and Linux Development Tools...