X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=gnuradio-core%2Fsrc%2Flib%2Ffilter%2Fgr_cpu.h;h=01d719020a10a3d5f1e73bccbbc0c9ad31dd015f;hb=HEAD;hp=2d42eb610826bb0525e1fbb8ca7f3b446b3cdb66;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/filter/gr_cpu.h b/gnuradio-core/src/lib/filter/gr_cpu.h index 2d42eb61..01d71902 100644 --- a/gnuradio-core/src/lib/filter/gr_cpu.h +++ b/gnuradio-core/src/lib/filter/gr_cpu.h @@ -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_ */