in reply to Re^2: [OT] Building Math::Pari on M$ Windows
in thread [OT] Building Math::Pari on M$ Windows
Is that telling me that inlining of assembly code is not supported on this architecture ?
Yes, probably. __asm{} was previously, only supported on x86. It would appear to indicate that they haven't yet, or maybe, are not intending to, ungrade the inline assembler to support iapx-64?
This post on the MS forums might suggest a way around this, via the use of another non-standard extension __emit{}. But then you'd have to translate the opcode to hex yourself, which seems more than a little retro. Shades of Spectrum Duck Shoot :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: [OT] Building Math::Pari on M$ Windows
by syphilis (Archbishop) on Apr 04, 2007 at 15:57 UTC | |
by BrowserUk (Patriarch) on Apr 04, 2007 at 16:15 UTC | |
by BrowserUk (Patriarch) on Apr 23, 2007 at 23:04 UTC |