VecCore 0.8.1
C++ Library for Portable SIMD Vectorization
Loading...
Searching...
No Matches
Types.h File Reference
#include <cstddef>
#include <cstdint>
Include dependency graph for Types.h:

Go to the source code of this file.

Namespaces

namespace  vecCore
 

Typedefs

using vecCore::Bool_s = bool
 
using vecCore::Size_s = size_t
 
using vecCore::Int_s = int32_t
 
using vecCore::Int16_s = int16_t
 
using vecCore::Int32_s = int32_t
 
using vecCore::Int64_s = int64_t
 
using vecCore::UInt_s = uint32_t
 
using vecCore::UInt16_s = uint16_t
 
using vecCore::UInt32_s = uint32_t
 
using vecCore::UInt64_s = uint64_t
 
using vecCore::Float_s = float
 
using vecCore::Double_s = double
 
using vecCore::Real_s = Double_s