D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 7550 - Missing AVX instruction VPMULDQ
Summary: Missing AVX instruction VPMULDQ
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: x86_64 All
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-19 18:22 UTC by safety0ff.bugz
Modified: 2015-06-09 05:14 UTC (History)
1 user (show)

See Also:


Attachments
Modified test code. (1.21 KB, patch)
2012-02-19 18:22 UTC, safety0ff.bugz
Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description safety0ff.bugz 2012-02-19 18:22:32 UTC
Created attachment 1078 [details]
Modified test code.

VPMULUDQ is present but not VPMULDQ.
Comment 1 github-bugzilla 2012-02-20 16:19:54 UTC
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/fd380772eb33862f50274d7e45adec665d20fc8d
Merge pull request #744 from Safety0ff/avx-fix

Issue 7550 – Missing AVX instruction VPMULDQ
Comment 2 github-bugzilla 2012-02-20 16:59:23 UTC
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/19aaf8b8762920a8394e01537117f1f088aa503c
fix Issue 7550 - Missing AVX instruction VPMULDQ