Hi

I've removed the pa64 pa32 and s390 directory's and the associated configure 
stuff and I've moved all the asm code from gmp-impl into the architecture 
specific directory's and I've removed the -DNO_ASM option.

We still work under pa64 pa32 and s390 , but we use autotool's defaults and 
anyone using these arch's would not be running MPIR anyway (these are old 
mainframe/server chips and the only reason you would be using one is that you 
dont want to change your software)

You can still pass the -DNO_ASM option , but it has no effect.

The recommended way to include mpir.h,gmp-impl,longlong if you wanted to use 
(say popc_limb) is to

include mpir.h
include longlong.h
include gmp-impl.h

A lot of files do it this way though

include mpir.h
include gmp-impl.h
include longlong.h

this will still work.

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