shape_doc 0.1
|
00001 #ifndef PATTERNS_H 00002 #define PATTERNS_H 00003 00004 // common loops: used to allow global optimization of code by the changes of 00005 // these routines for example an instantiation of MMX/SSE specific routines 00006 // for some arithmetic tasks in double or float 00007 00008 namespace patterns { 00009 /* 00010 #include "arith.h" 00011 #include "arith-shortcuts.h" 00012 #include "copy.h" 00013 #include "fill.h" 00014 #include "io.h" 00015 #include "dsp1d.h" 00016 #include "algo1d-shortcuts.h" 00017 #include "dsp2d.h" 00018 #include "pckvectorop.h" 00019 */ 00020 } 00021 00022 #endif