Re: Support -march=native on IRIX

2011-07-27 Thread Richard Sandiford
Rainer Orth writes: > Here's the last of my patches to support -march=native, this time for > IRIX. It uses the getenvent(3) family of functions since /proc/cpuinfo > is Linux-only. The patch itself is pretty straight forward, the basic > approach has been tested in a separate program, and the c

Support -march=native on IRIX

2011-07-27 Thread Rainer Orth
Here's the last of my patches to support -march=native, this time for IRIX. It uses the getenvent(3) family of functions since /proc/cpuinfo is Linux-only. The patch itself is pretty straight forward, the basic approach has been tested in a separate program, and the code compiles :-) I'm waiting