• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
int128_t
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

int128_t


  • Subject: int128_t
  • From: email@hidden
  • Date: Wed, 15 Oct 2008 14:02:52 +0200

hi,

i setup a configuration in my project that uses gcc4.2 instead of gcc4.0
because i read that from gcc4.1 the compiler would support 128-bit integer
types

however:

typedef int64_t pxlong;
// typedef int128_t pxlong;


compiles ok, while

// typedef int64_t pxlong;
typedef int128_t pxlong;

gives an error saying 'int128_t' is not a type

what am i doing wrong here?

any help is very much appreciated

---
perry
 _______________________________________________
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

  • Follow-Ups:
    • Re: int128_t
      • From: Paul Russell <email@hidden>
  • Prev by Date: Re: Undefined symbols: "_fputs$UNIX2003", referenced from:
  • Next by Date: Re: int128_t
  • Previous by thread: Re: Adding debug/release dylib to respective Configurations in XCode.
  • Next by thread: Re: int128_t
  • Index(es):
    • Date
    • Thread