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