[GHC] #10647: Notice about lack of SIMD support.
GHC
ghc-devs at haskell.org
Sat Jun 18 22:23:21 UTC 2016
#10647: Notice about lack of SIMD support.
-------------------------------------+-------------------------------------
Reporter: mniip | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.4
Resolution: | Keywords:
Operating System: Linux | Architecture: x86_64
Type of failure: Compile-time | (amd64)
crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"f12fb8ab5d5ad7a26c84f98e446bc70064dcdcec/ghc"
f12fb8ab/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="f12fb8ab5d5ad7a26c84f98e446bc70064dcdcec"
Fix trac #10647: Notice about lack of SIMD support
Fixes #10647. Changes the error message when a SIMD size
variable is required in the native code generation backend.
Test Plan:
Try compiling the test case given in the ticket :
{-# LANGUAGE MagicHash #-}
module Foo where
import GHC.Prim
data V = V Int8X16#
GHC should give a clearer error message
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2325
GHC Trac Issues: #10647
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10647#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list