Merged features/mp-sched -r8915:9335 into the trunk. The trunk now
[debian/gnuradio] / gnuradio-core / src / lib / filter / gr_cpu.h
index 5967d986857f3387cc72e7f81f65b6f9667941ca..ef10beae1ff953f53480e623a55709609c444a40 100644 (file)
@@ -33,6 +33,7 @@ struct gr_cpu {
   static bool has_sse4_2 ();
   static bool has_3dnow ();
   static bool has_3dnowext ();
+  static bool has_altivec ();
 };
 
 #endif /* _GR_CPU_H_ */