simd.hpp File Reference
#include <boost/version.hpp>
#include <cstddef>
#include "boost_align/assume_aligned.hpp"
#include "boost_align/aligned_allocator.hpp"

Go to the source code of this file.

Macros

#define REMORA_VECTOR_LENGTH   16
 Some Macros and basic definitions for the use of SIMD block storage. More...
 

Macro Definition Documentation

◆ REMORA_VECTOR_LENGTH

#define REMORA_VECTOR_LENGTH   16

Some Macros and basic definitions for the use of SIMD block storage.

Author
O. Krause
Date
2016
Copyright 1995-2015 Shark Development Team



This file is part of Shark. http://image.diku.dk/shark/

Shark is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Shark is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with Shark. If not, see http://www.gnu.org/licenses/.

Definition at line 52 of file simd.hpp.