Re: Conditional compile if 64-bit cpu, in .xs ?
- From: "Sisyphus" <sisyphus1@xxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Aug 2006 17:56:06 +1000
"Peter Billam" <peter@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:slrnef4u2h.mnv.peter@xxxxxxxxxxxxxxxxxxxxxxxx
Greetings xs folk. Suppose I have a bug-fix in a .xs file looking like
v0 &= 0xffffffff;
which is only necessary on 64-bit architectures... For speed reasons
I'd like to not include that line on 32-bit machines. Is there some
convenient
#ifdef 64whatever
v0 &= 0xffffffff;
#endif
defined by the xs that I can use ?
I don't really know, and am not in a position to test .... is there
something in config.h that can be used ?
Cheers,
Rob
.
- References:
- Conditional compile if 64-bit cpu, in .xs ?
- From: Peter Billam
- Conditional compile if 64-bit cpu, in .xs ?
- Prev by Date: Re: Conditional compile if 64-bit cpu, in .xs ?
- Next by Date: problem installing MATH::MATLAB module
- Previous by thread: Re: Conditional compile if 64-bit cpu, in .xs ?
- Next by thread: problem installing MATH::MATLAB module
- Index(es):
Relevant Pages
|