TBCI Numerical high perf. C++ Library 2.8.0
veclib.cc
Go to the documentation of this file.
1
6/* $Id: veclib.cc,v 1.8.2.6 2019/05/28 11:13:02 garloff Exp $ */
7
8#ifndef NUM
9# define NUM double
10#endif
11
12#define VEC_INT_DIV_SUPPORT 1
13
14#ifdef PRAGMA_I
15# pragma implementation "vector.h"
16#endif
17#include "tbci/vector.h"
18
19// explicit instantiation of all those things ...
20//NAMESPACE_TBCI
21
22#define T NUM
23#define U NUM
24#include "vector_inst.h"
25
26//NAMESPACE_END