![]() |
Header file for the derived SIMD types. More...
Go to the source code of this file.
Namespaces | |
blaze | |
Namespace of the Blaze C++ math library. | |
Typedefs | |
using | blaze::SIMDchar = SIMDTrait< char >::Type |
The SIMD data type for 'char'. | |
using | blaze::SIMDschar = SIMDTrait< signed char >::Type |
The SIMD data type for 'signed char'. | |
using | blaze::SIMDuchar = SIMDTrait< unsigned char >::Type |
The SIMD data type for 'unsigned char'. | |
using | blaze::SIMDwchar = SIMDTrait< wchar_t >::Type |
The SIMD data type for 'wchar_t'. | |
using | blaze::SIMDcchar = SIMDTrait< complex< char > >::Type |
The SIMD data type for 'complex<char>'. | |
using | blaze::SIMDcschar = SIMDTrait< complex< signed char > >::Type |
The SIMD data type for 'complex<signed char>'. | |
using | blaze::SIMDcuchar = SIMDTrait< complex< unsigned char > >::Type |
The SIMD data type for 'complex<unsigned char>'. | |
using | blaze::SIMDcwchar = SIMDTrait< complex< wchar_t > >::Type |
The SIMD data type for 'complex<wchar_t>'. | |
using | blaze::SIMDshort = SIMDTrait< short >::Type |
The SIMD data type for 'short'. | |
using | blaze::SIMDushort = SIMDTrait< unsigned short >::Type |
The SIMD data type for 'unsigned short'. | |
using | blaze::SIMDcshort = SIMDTrait< complex< short > >::Type |
The SIMD data type for 'complex<short>'. | |
using | blaze::SIMDcushort = SIMDTrait< complex< unsigned short > >::Type |
The SIMD data type for 'complex<unsigned short>'. | |
using | blaze::SIMDint = SIMDTrait< int >::Type |
The SIMD data type for 'int'. | |
using | blaze::SIMDuint = SIMDTrait< unsigned int >::Type |
The SIMD data type for 'unsigned int'. | |
using | blaze::SIMDcint = SIMDTrait< complex< int > >::Type |
The SIMD data type for 'complex<int>'. | |
using | blaze::SIMDcuint = SIMDTrait< complex< unsigned int > >::Type |
The SIMD data type for 'complex<unsigned int>'. | |
using | blaze::SIMDlong = SIMDTrait< long >::Type |
The SIMD data type for 'long int'. | |
using | blaze::SIMDulong = SIMDTrait< unsigned long >::Type |
The SIMD data type for 'unsigned long int'. | |
using | blaze::SIMDclong = SIMDTrait< complex< long > >::Type |
The SIMD data type for 'complex<long int>'. | |
using | blaze::SIMDculong = SIMDTrait< complex< unsigned long > >::Type |
The SIMD data type for 'complex<unsigned long int>'. | |
Header file for the derived SIMD types.
Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved
This file is part of the Blaze library. You can redistribute it and/or modify it under the terms of the New (Revised) BSD License. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.