[Issue 14703] New: Missing SIMD definitions for backend\el.c 2613
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jun 16 07:46:40 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14703
Issue ID: 14703
Summary: Missing SIMD definitions for backend\el.c 2613
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: etcimon at gmail.com
When compiling the security library Botan in DMD Release, the following error
occurs:
el:000000F886CFDF64 cnt=0 const TYlong[4] e10d5db1b05c0ce0LL+1edbd5150bcec00LL
Internal error: backend\el.c 2613
TYlong[4] is a valid type used in SIMD operations but doesn't show up in this
switch, and a default case is called which breaks with an error
--
More information about the Digitalmars-d-bugs
mailing list