Re: Possible compiler bug with this simple program
- From: Jerry <lanceboyle@xxxxxxxxx>
- Date: Thu, 28 Aug 2008 14:08:42 -0700 (PDT)
On Aug 28, 12:56 am, Ludovic Brenta <ludo...@xxxxxxxxxxxxxxxxxx>
wrote:
I cannot test your program now but it seems to me that perhaps youAnd that would look something like this?
should specify the alignment of the arrays and Long_Floats. Also, it
might be a good idea to double-check that on the Intel Core 2, the
long floats are really 64 bits and not 80 bits wide. It could be that
the compiler got that wrong but I doubt it.
for Long_Float'Alignment use 64;
for Real_Vector'Alignment use ???;
Jerry
.
- References:
- Possible compiler bug with this simple program
- From: Jerry
- Re: Possible compiler bug with this simple program
- From: Ludovic Brenta
- Possible compiler bug with this simple program
- Prev by Date: Re: Possible compiler bug with this simple program
- Next by Date: Re: Possible compiler bug with this simple program
- Previous by thread: Re: Possible compiler bug with this simple program
- Next by thread: Re: Possible compiler bug with this simple program
- Index(es):
Relevant Pages
|