Re: Adding support for R6 of MIPS architecture

2015-02-02 Thread Torbjörn Granlund
Steve Ellcey sell...@imgtec.com writes: #if __mips_isa_rev 6 multu $8,$7 #else mulu$11,$8,$7 muhu$12,$8,$7 #endif are not working. I guess I things more like: ifdef(`ISA_REV6',` mulu$11,$8,$7 muhu$12,$8,$7 ',`

Adding support for R6 of MIPS architecture

2015-02-02 Thread Steve Ellcey
I am new to the gmp-devel list but have been downloading GMP and using it as part of my GCC toolchain builds that also include GLIBC. Recently I updated some of the GMP files that glibc uses in order to support new revisions of the MIPS architecture (mips32r6 and mips64r6) and I would like to get

Re: Adding support for R6 of MIPS architecture

2015-02-02 Thread Marc Glisse
On Mon, 2 Feb 2015, Torbjörn Granlund wrote: Does MIPS64r6 contain all older architecture revisions as a subset, Apparently not, the motivation for the patch is that multu has disappeared... -- Marc Glisse ___ gmp-devel mailing list