Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
3986a189
Commit
3986a189
authored
Jan 07, 2000
by
sewardj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2000-01-07 10:27:33 by sewardj]
Remove _fast from macro name gcdIntegerIntzh_fast.
parent
3d605c0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ghc/includes/PrimOps.h
ghc/includes/PrimOps.h
+2
-2
No files found.
ghc/includes/PrimOps.h
View file @
3986a189
/* -----------------------------------------------------------------------------
* $Id: PrimOps.h,v 1.4
1 1999/12
/0
8
1
4
:2
1:54 simonmar
Exp $
* $Id: PrimOps.h,v 1.4
2 2000/01
/0
7
1
0
:2
7: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: -------- */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment