> > It would be interesting to figure out how to build binaries on > sage.math that don't require SSE. I have no clue how to do this? > Does anybody have any ideas? > > After searching around for a while, my best idea is to ask Clint > Whaley how to build Atlas in such a way that it doesn't use SSE, even > if SSE is available. I was not able to figure this out from the docs > or config script. > > Wiliam
I'm not used to that, but maybe one of those GCC options can do the trick: -mtune=athlon -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-sse5 --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---