Date: Sun, 4 Mar 2001 07:59:55 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Theodore Omtzigt cc: "'djgpp AT delorie DOT com'" Subject: Re: inline SSE and 3DNow assembly In-Reply-To: <935E35AE7CBAD4118DE40003470E07A1A94CC7@nvdrago.nvidia.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 28 Feb 2001, Theodore Omtzigt wrote: > 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? Please show us what are you doing, so that we could think about what, if anything, you are doing wrong. Please post the shortest code fragment that can be submitted to GCC and the error message(s) or any other problems that you have with that code fragment.