and for x64w
This commit is contained in:
parent
3f15c30522
commit
59dc133875
@ -22,7 +22,5 @@ MA 02110-1301, USA. */
|
||||
#include "mpir.h"
|
||||
#include "gmp-impl.h"
|
||||
|
||||
//#ifndef mpn_copyd
|
||||
void mpn_copyd(mp_ptr rp,mp_srcptr sp,mp_size_t n)
|
||||
{MPN_COPY_DECR(rp,sp,n);return;}
|
||||
//#endif
|
||||
|
@ -22,7 +22,5 @@ MA 02110-1301, USA. */
|
||||
#include "mpir.h"
|
||||
#include "gmp-impl.h"
|
||||
|
||||
//#ifndef mpn_copyi
|
||||
void mpn_copyi(mp_ptr rp,mp_srcptr sp,mp_size_t n)
|
||||
{MPN_COPY_INCR(rp,sp,n);return;}
|
||||
//#endif
|
||||
|
Loading…
Reference in New Issue
Block a user