]> git.uio.no Git - u/mrichter/AliRoot.git/blame - Vc/include/Vc/Memory
stream fEvent (Marta)
[u/mrichter/AliRoot.git] / Vc / include / Vc / Memory
CommitLineData
f22341db 1
2/* This file is part of the Vc library.
3
4 Copyright (C) 2009 Matthias Kretz <kretz@kde.org>
5
6 Vc is free software: you can redistribute it and/or modify
7 it under the terms of the GNU Lesser General Public License as
8 published by the Free Software Foundation, either version 3 of
9 the License, or (at your option) any later version.
10
11 Vc is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU Lesser General Public License for more details.
15
16 You should have received a copy of the GNU Lesser General Public
17 License along with Vc. If not, see <http://www.gnu.org/licenses/>.
18
19*/
20
21#ifndef INCLUDE_VC_MEMORY
22#define INCLUDE_VC_MEMORY
23
24#include "vector.h"
25#include "common/memory.h"
c017a39f 26#include "common/interleavedmemory.h"
27#ifdef VC_IMPL_Scalar
28# include "scalar/interleavedmemory.tcc"
29#elif defined(VC_IMPL_AVX)
30# include "avx/interleavedmemory.tcc"
31#elif defined(VC_IMPL_SSE)
32# include "sse/interleavedmemory.tcc"
33#endif
f22341db 34
35#endif // INCLUDE_VC_MEMORY
c017a39f 36
37// vim: ft=cpp