[Issue 2258] Docs -> Inline Assembler -> Operand Types -> qword missing
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 12 01:31:56 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2258
clugdbug at yahoo.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Keywords| |accepts-invalid
Resolution|LATER |
------- Comment #2 from clugdbug at yahoo.com.au 2008-08-12 03:31 -------
(In reply to comment #1)
> I've just seen it seems to be a stub since there is no x86_64 support yet and
> it behaves like "byte ptr".
Nonsense. It's been used in floating point code since the dawn of time.
double x;
asm {
fld qword ptr x;
}
But I'm marking this as an accepts-invalid, since your sample code should not
compile.
--
More information about the Digitalmars-d-bugs
mailing list