Re: How can I use MMX instructions on amd64 processors?
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Try using the SSE (xmm*) instructions instead?
"Pooh" <Pooh@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5E0A353A-7BA2-48AE-8C5C-1AEE73B060F3@xxxxxxxxxxxxxxxx
An error message showed up when I was compiling an .asm file with MMX
instructions in it? However, the same test file could pass the compile if
I
used an early version (8.00.2207) of ml64. The version that refuses my
test
file is 8.00.40310.39 coming with DDK 3790.1830. Have anyone ever seen
this
message and knows how to fix it?
The command line to compile my test file:
ml64 /c test.asm
The error message I got:
error A2222: x87 and MMX instructions disallowed; legacy FP state not
saved
in Win64
The test file is as simple as the following:
.code
_Start:
movd rax, mm0
END _Start
.
Relevant Pages
- Re: Dani - question about focus groups
... Well, from the way I operate, I'd be reluctant to take a one-hour file of something I didn't know - new dictator. ... A test file would be one thing - test files I did for new client, however, I was told just format them anyway you're comfortable. ... resumes based on the simple fact that they did not follow the specific instructions on what to include with their resume. ... (sci.med.transcription) - Re: How can I use MMX instructions on amd64 processors?
... the same test file could pass the ... used an early version of ml64. ... The error message I got: ... x87 and MMX instructions disallowed; ... (microsoft.public.development.device.drivers) - Re: Patching... Whats next?
... directions failed or produced an unexpected result? ... See, I _have_ a working Windows compile for Spork, using mingw. ... The Nethack version of those instructions is correct, ... I think the latter circumstance (that there is an error message which you ... (rec.games.roguelike.nethack) - Re: VBA Problems
... I have had success with copy the code to a test file then deleting it from ... Watch out - one thing that will cause this symptom is a circular reference ... > Jim Vierra wrote:>> I believe you need to make sure that all of your madules and forms can>> compile without error after you have imported them. ... >> COde module are text so they usually don't need to be cut/pasted but they>> do need to compile error free before you start working with them. ... (microsoft.public.office.developer.vba) - Re: Ironband - changelist, manifesto, release coming out soon
... I don't have a Mac. ... instructions on how to compile it, I'd be happy to do that. ... failed when I got an error message on the step where I input "make -f ... (rec.games.roguelike.angband) |
|