Ticket #5702 (new bug)
Can't vectorise pattern matching on numeric literals
| Reported by: | chak | Owned by: | chak |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6.2 |
| Component: | Data Parallel Haskell | Version: | 7.3 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Trying to vectorise
toBool :: Int -> Bool toBool 0 = False toBool _ = True
we get
*** Vectorisation error ***
Can't vectorise expression GHC.Prim.Int#
Change History
Note: See
TracTickets for help on using
tickets.
