Message-ID: <935E35AE7CBAD4118DE40003470E07A1A94CC7@nvdrago.nvidia.com> From: Theodore Omtzigt To: "'djgpp AT delorie DOT com'" Subject: inline SSE and 3DNow assembly Date: Wed, 28 Feb 2001 22:53:42 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp AT delorie DOT com I am trying to port SSE/3DNow inline assembly code from DevStudio to DJGPP. I don't understand the DJGPP environment well enough to figure out which pieces are missing. I am getting behavior that indicates that it doesn't understand the mnemonics of SSE instructions. I downloaded GNU binutils 2.10.1 and looked at the opcode tables, and I am using those mnemonics. So two questions: 1- does DJGPP support SSE/3DNow inline assembly 2- if it does, what am I doing wrong? Thanks in advance, Theo