Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
1a63f17f
Commit
1a63f17f
authored
Mar 22, 2014
by
tibbe
Browse files
Follow hs_popcntX changes in ghc-prim
parent
4bc3c826
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/stg/Prim.h
View file @
1a63f17f
...
...
@@ -22,14 +22,14 @@ StgWord64 hs_bswap64(StgWord64 x);
/* TODO: longlong.c */
/* libraries/ghc-prim/cbits/popcnt.c */
StgWord
hs_popcnt8
(
StgWord
8
x
);
StgWord
hs_popcnt16
(
StgWord
16
x
);
StgWord
hs_popcnt32
(
StgWord
32
x
);
StgWord
hs_popcnt8
(
StgWord
x
);
StgWord
hs_popcnt16
(
StgWord
x
);
StgWord
hs_popcnt32
(
StgWord
x
);
StgWord
hs_popcnt64
(
StgWord64
x
);
#ifdef i386_HOST_ARCH
StgWord
hs_popcnt
(
StgWord
32
x
);
StgWord
hs_popcnt
(
StgWord
x
);
#else
StgWord
hs_popcnt
(
StgWord
64
x
);
StgWord
hs_popcnt
(
StgWord
x
);
#endif
/* libraries/ghc-prim/cbits/word2float.c */
...
...
Administrator
@root
mentioned in commit
0e3a5514
·
Dec 17, 2018
mentioned in commit
0e3a5514
mentioned in commit 0e3a5514288ee37da185b58199f4684c6f2efa01
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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