switch source package format to 3.0 quilt
[debian/gnuradio] / gnuradio-core / src / lib / filter / gr_cpu.h
index 2d42eb610826bb0525e1fbb8ca7f3b446b3cdb66..01d719020a10a3d5f1e73bccbbc0c9ad31dd015f 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2002 Free Software Foundation, Inc.
+ * Copyright 2002,2008,2009 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -27,8 +27,14 @@ struct gr_cpu {
   static bool has_mmx ();
   static bool has_sse ();
   static bool has_sse2 ();
+  static bool has_sse3 ();
+  static bool has_ssse3 ();
+  static bool has_sse4_1 ();
+  static bool has_sse4_2 ();
   static bool has_3dnow ();
   static bool has_3dnowext ();
+  static bool has_altivec ();
+  static bool has_armv7_a ();
 };
 
 #endif /* _GR_CPU_H_ */