Re: [fpc-devel] Can't build FPC what can be a reason?

2011-04-21 Thread Paul Ishenin
20.04.2011 16:39, Jonas Maebe wrote: It's a bug in the compiler that it accepts that set constant declaration. Sets are only allowed to contain values up to ord(255). Anything more is not supported, although things may work at the code generation level depending on how the set is used and how

Re: [fpc-devel] Extended type

2011-04-21 Thread Florian Klämpfl
Am 21.04.2011 21:14, schrieb Micha Nelissen: > Florian Klaempfl wrote: >> Am 19.04.2011 15:18, schrieb Marco van de Voort: >>> You'll need to runtime test for SSE3 though. Since the first >>> generation of >>> athlon64's (clawhammer and friends, socket 751 or so) doesn't have SSE3. >> >> For such a

Re: [fpc-devel] Extended type

2011-04-21 Thread Micha Nelissen
Florian Klaempfl wrote: Am 19.04.2011 15:18, schrieb Marco van de Voort: You'll need to runtime test for SSE3 though. Since the first generation of athlon64's (clawhammer and friends, socket 751 or so) doesn't have SSE3. For such a relatively expensive operations, one runtime check per funct