> There are few cpu's which I think MPIR has not been tested on
> 
> mpn/sh  see
> 
> http://en.wikipedia.org/wiki/SuperH
> 
> This architecture has been expanded to 64bit :) , but the only asm
> code MPIR has is sh2 which is used in automotive apps :(
> 
> mpn/m68k see
> 
> http://en.wikipedia.org/wiki/Motorola_68000_family
> 
> The last incarnation of this family was approx equal to a pentium ,
> and considering the comments from the readme
> "The code herein is old and poorly maintained.  If somebody really
> cared, it could be optimized substantially. "
> 
> mpn/thumb see
> 
> http://en.wikipedia.org/wiki/Thumb-2#Thumb-2
> 
> This was a variant of the ARM chips with a compressed instruction
> stream , and we only have add/sun.asm anyway and how optimized is the
> old code for the current microarchitecture of ARM chips?
> 
> For MPIR-2.5 I'm going to remove all explicit support for the above
> arches , generic C will of course work for them and at least it's been
> tested.
> 

I've have removed explicit support for sh,m68k and thumb, and I imagine I will 
remove alpha support before2.5

Jason

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to