August 29, 2018 [Issue 19204] New: core.internal.hash.hashOf doesn't accept SIMD vectors | ||||
---|---|---|---|---|
| ||||
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@puremagic.com Reporter: n8sh.secondary@hotmail.com Fails to compile in both stable and master: --- version(D_SIMD) { import core.simd : int4; auto h = hashOf(int4.init); } --- -- |
Copyright © 1999-2021 by the D Language Foundation