Skip to content
Snippets Groups Projects
Commit 3986a189 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-01-07 10:27:33 by sewardj]

Remove _fast from macro name gcdIntegerIntzh_fast.
parent 3d605c0a
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: PrimOps.h,v 1.41 1999/12/08 14:21:54 simonmar Exp $
* $Id: PrimOps.h,v 1.42 2000/01/07 10:27:33 sewardj Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -366,7 +366,7 @@ typedef union {
: abs(b); \
}
#define gcdIntegerIntzh_fast(r,a,sb,b) \
#define gcdIntegerIntzh(r,a,sb,b) \
RET_STGCALL3(StgInt, mpn_gcd_1, (unsigned long int *) b, sb, (mp_limb_t)(a))
/* The rest are all out-of-line: -------- */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment