Does "complex xxx" work?

Joseph S. Myers jsm28@cam.ac.uk
Sun Jun 22 01:28:00 GMT 2003


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.

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc mailing list