Re: asm instruction CVTSI2SS fails to compile
Re: asm instruction CVTSI2SS fails to compile
- Subject: Re: asm instruction CVTSI2SS fails to compile
- From: David Alger <email@hidden>
- Date: Wed, 21 Jun 2006 09:45:12 -0500
If Xcode won't take Intel syntax, file a bug.
<http://bugreporter.apple.com>
I do know that Xcode lets you view disassembly in Intel or AT&T syntax.
David
On Jun 21, 2006, at 9:19 AM, Frederik Slijkerman (FabFilter) wrote:
Looks like the compiler expects the asm code in AT&T syntax. There
should be
an option to use Intel syntax instead.
Cheers,
Frederik Slijkerman
FabFilter Software Instruments
----- Original Message ----- From: "Arne Scheffler"
<email@hidden>
To: <email@hidden>
Sent: Wednesday, 21 June 2006 13:41
Subject: asm instruction CVTSI2SS fails to compile
Hi,
with XCode 2.3 the compiler gives me an error on compiling the
following inline assembly :
__asm
{
// snip
CVTSI2SS xmm1, eax
// snip
}
the error is : error: address of register variable 'êx' requested
This does not happen with XCode 2.2. And according to my limited
knowledge of Intel/SSE assembly and the documentation I read this
should just compile fine.
Is this just wrong code, or is this a compiler bug ?
thanks
arne
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40fabfilter.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40millertel.net
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden