>> According to table 3.1 of http://www.x86-64.org/documentation/abi.pdf,
>> the i64 and f64 types should have 8 byte alignment.
>>
>> The attached patch changes this for targets that are not darwin.
>
> Dan, Evan, is this ok? Evan, doesn't darwin follow the same ABI on
> x86-64?
It looks good
On Aug 24, 2007, at 6:31 AM, Rafael Espindola wrote:
> According to table 3.1 of http://www.x86-64.org/documentation/abi.pdf,
> the i64 and f64 types should have 8 byte alignment.
>
> The attached patch changes this for targets that are not darwin.
Dan, Evan, is this ok? Evan, doesn't darwin foll