Is interval arithmetic supported on x86 platform, Solaris 10?

I have installed Solaris 10 on my machine, which has an Intel Pentium 4 processor. I have installed Sun Studio 10 as well.

There is no suninterval.h on the hard drive. I looked at the CC flags, there is not any -xia flag listed in the output of CC -help.

Is interval arithmetic supported on x86 platform? Or what is wrong?

Thanks in advance!

[366 byte] By [baharev_ali] at [2007-11-26 9:38:08]
# 1
See my answer here: http://forum.sun.com/jive/thread.jspa?threadID=105089Please don't post the same question multiple times.
clamage45 at 2007-7-7 0:32:46 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2

Thanks for the reply.

In C++ Interval Arithmetic Programming Reference at Supported Platforms i read this:

"This Sun Studio release supports systems that use the SPARC?and x86 families of processor architectures: UltraSPARC? SPARC64, AMD64, Pentium, and Xeon EM64T."

It is not true according to your reply.

Message was edited by:

baharev_ali

baharev_ali at 2007-7-7 0:32:46 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3
Interval arithmetic is supported in Fortran on Solaris for x86/SSE2 and x64.It is not yet available in C++.
clamage45 at 2007-7-7 0:32:46 > top of Java-index,Development Tools,Solaris and Linux Development Tools...