X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Flib%2Ffilter%2Fgr_cpu.h;fp=gnuradio-core%2Fsrc%2Flib%2Ffilter%2Fgr_cpu.h;h=01d719020a10a3d5f1e73bccbbc0c9ad31dd015f;hb=214874a64800ccf0ed74646a3ea6812856e12673;hp=ef10beae1ff953f53480e623a55709609c444a40;hpb=6f60fe94e6b11cfe95092db47ac403fb5ced813d;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/filter/gr_cpu.h b/gnuradio-core/src/lib/filter/gr_cpu.h index ef10beae..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,2008 Free Software Foundation, Inc. + * Copyright 2002,2008,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -34,6 +34,7 @@ struct gr_cpu { static bool has_3dnow (); static bool has_3dnowext (); static bool has_altivec (); + static bool has_armv7_a (); }; #endif /* _GR_CPU_H_ */