Does "complex xxx" work?
Zack Weinberg
zack@codesourcery.com
Sun Jun 22 02:49:00 GMT 2003
"Joseph S. Myers" <jsm28@cam.ac.uk> writes:
> On Sat, 21 Jun 2003, H. J. Lu wrote:
>
>> Can I add __int64 as a keyword to ia64?
>
> There isn't a mechanism for target-specific keywords.
>
>> I can't make it to work with gcc unless I use
>>
>> #ifdef __LP64__
>> #define __int64 long
>> #else
>> #define __int64 long long
>> #endif
>>
>> Will it be acceptable in ia64intrin.h?
>
> Whether that, or defining macros unconditionally for ia64 rather than in
> the header, is acceptable is up to the ia64 maintainers.
Maybe a builtin typedef?
zw
More information about the Gcc
mailing list