Hello, David You wrote 10 июня 2010 г., 15:25:03:
> It would be great if you could check your code with the Sun Studio > compiler, which you can get for free for Linux or Solaris. It is not great, it is must-have. Building ALGLIB on every platform where SAGE builds and with every popular compiler is top priority for me. > Sage builds on Solaris systems with SPARC processors. These will > never have SSE instructions, as the processor is completely > different to Intel/AMD. You can check if the system has a sparc > processor by detecting if __sparc__ is defined. I have no experience with SPARC, but I've studied different CPU architectures before starting this project. "Generic C" build with all optimizations turned off should work on SPARC and other non x86 ISA's. BTW, what compilers support this __sparc__ symbol? -- With best regards, Sergey mailto:sergey.bochka...@alglib.net -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org