update to new flags in a few missing places; reformatting
This commit is contained in:
parent
dbe11e8484
commit
d377d60d4f
8 changed files with 64 additions and 50 deletions
|
@ -78,10 +78,10 @@ class sharp_base
|
|||
template<typename T> struct cxxjobhelper__ {};
|
||||
|
||||
template<> struct cxxjobhelper__<double>
|
||||
{ enum {val=1}; };
|
||||
{ enum {val=SHARP_DP}; };
|
||||
|
||||
template<> struct cxxjobhelper__<float>
|
||||
{ enum {val=0}; };
|
||||
{ enum {val=SHARP_SP}; };
|
||||
|
||||
|
||||
template<typename T> class sharp_cxxjob: public sharp_base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue