December 21, 2006 [Issue 708] New: inline assembler: "CVTPS2PI mm, xmm/m128" fails to compile | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=708 Summary: inline assembler: "CVTPS2PI mm, xmm/m128" fails to compile Product: D Version: 0.177 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: thomas-dloop@kuehne.cn Both "CVTPS2PI MM0, XMM0;" and "CVTPS2PI MM0, [EAX];" fail to compile with the message: "bad type/size of operands 'cvtps2pi'" IA-32 Intel® Architecture Software Developer’s Manual Volume 2A: Instruction Set Reference, A-M Vol. 2A 3-205 Opcode: 0F 2D /r Instruction: CVTPS2PI mm, xmm/m128 Description: Convert two packed single-precision floating-point values from xmm/m64 to two packed signed doubleword integers in mm. test cases: http://dstress.kuehne.cn/run/a/asm_cvtps2pi_01_A.d http://dstress.kuehne.cn/run/a/asm_cvtps2pi_01_B.d -- |
November 04, 2007 [Issue 708] inline assembler: "CVTPS2PI mm, xmm/m128" fails to compile | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=708 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2007-11-03 21:43 ------- Fixed dmd 1.023 and 2.007 -- |
Copyright © 1999-2021 by the D Language Foundation