[Issue 19204] New: core.internal.hash.hashOf doesn't accept SIMD vectors

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 29 10:36:52 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19204

          Issue ID: 19204
           Summary: core.internal.hash.hashOf doesn't accept SIMD vectors
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: n8sh.secondary at hotmail.com

Fails to compile in both stable and master:

---
version(D_SIMD)
{
    import core.simd : int4;
    auto h = hashOf(int4.init);
}
---

--


More information about the Digitalmars-d-bugs mailing list