Re: #16164: Provide bitreverse primop
"GHC" <[email protected]> Sat, 09 Mar 2019 03:54:44 -0000
| Newsgroups | gmane.comp.lang.haskell.glasgow.bugs |
|---|---|
| Message-ID | <[email protected]> |
--===============8830910857981160653==
Content-Type: multipart/related;
boundary="===============0743358912772718333=="
--===============0743358912772718333==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
#16164: Provide bitreverse primop
-------------------------------------+-------------------------------------
Reporter: Fuuzetsu | Owner: (none)
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.6.3
Resolution: | Keywords: newcomer
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by rockbmb):
I've got a couple of questions:
1. Does the inexistence of such an operation in GCC mean such a primop
would, at first, only be available when the compiler uses the LLVM
backend?
2. From the
[understanding](https://ghc.haskell.org/trac/ghc/wiki/Commentary/PrimOps#AddinganewPrimOp)
I've been gathering, am I right to assume that this primop will be out-of-
line?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16164#comment:2>