Bug 19204 – hashOf doesn't accept SIMD vectors

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2018-08-29T10:36:52Z
Last change time
2018-10-24T22:39:50Z
Assigned to
No Owner
Creator
Nathan S.

Comments

Comment #0 by n8sh.secondary — 2018-08-29T10:36:52Z
Fails to compile in both stable and master: --- version(D_SIMD) { import core.simd : int4; auto h = hashOf(int4.init); } ---
Comment #1 by n8sh.secondary — 2018-08-30T06:24:51Z
Comment #2 by github-bugzilla — 2018-10-24T22:39:49Z
Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/9b293c9af5efac9d7103c56835cc4cfa9ce56be7 Fix Issue 19204 - hashOf doesn't accept SIMD vectors https://github.com/dlang/druntime/commit/d37c37dccb5390fde062bd85b04c9e349260f75f Merge pull request #2289 from n8sh/core-hash-vector Fix Issue 19204 - hashOf doesn't accept SIMD vectors merged-on-behalf-of: Petar Kirov <[email protected]>