Boost logo

Boost :

Subject: Re: [boost] performance of a linear algebra/matrix library
From: joel falcou (joel.falcou_at_[hidden])
Date: 2010-05-11 14:17:54


DE wrote:
>> Other think. If you
>> work on dynamic memory, the compiler won't be doing any vectorization as
>> the memory
>> may not be aligned properly.
>>
> icc11 does it for dynamically allocated memory both for C and C++ code
> i think it's thanks to 'new' which allocates memory 8 byte aligned
>
16 byte but yeah maybe indeed.
> what's SoA? and ADS?
>
Structure of Array , Abstract Data Structure
> don't get i
YOur code should NOT preclude inline. In our library, we still get
automatic inlining from the compiler.

-- 
___________________________________________
Joel Falcou - Assistant Professor
PARALL Team - LRI - Universite Paris Sud XI
Tel : (+33)1 69 15 66 35

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk