Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b
Parent Directory
(gnuradio/gnuradio-core/src/lib)
Kludge Summary of gnuradio/gnuradio-core/src/lib/filter
| Total Kludges |
6 |
| Total Subdirs |
0 |
All Directories within gnuradio/gnuradio-core/src/lib/filter
All Files within gnuradio/gnuradio-core/src/lib/filter
Kludge Snippets in gnuradio/gnuradio-core/src/lib/filter
gnuradio/gnuradio-core/src/lib/filter/gr_cpu_powerpc.cc
| Category |
FIXME |
| Committer |
eb |
| Commit ID |
2c8ea58e4d76f54c98d71d3fcc64bc29da490908 |
54
55 bool
56 gr_cpu::has_altivec ()
57 {
58 return true; // FIXME assume we've always got it
59 }
60
61 bool
62 gr_cpu::has_armv7_a ()
gnuradio/gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc
| Category |
FIXME |
| Committer |
jcorgan |
| Commit ID |
5d69a524f81f234b3fbc41d49ba18d6f6886baba |
323 #if 0
324 gr_fir_sss *
325 gr_fir_sysconfig_x86::create_gr_fir_sss (const std::vector<short> &taps)
326 {
327 // FIXME -- probably want to figure out best answer for Athlon and code
328 // add code to select it here...
329
330 if (gr_cpu::has_sse2 ()){
331 cerr << ">>> gr_fir_sss: using SSE2\n";
gnuradio/gnuradio-core/src/lib/filter/qa_gr_fir_ccc.cc
| Category |
Kludge |
| Committer |
jcorgan |
| Commit ID |
5d69a524f81f234b3fbc41d49ba18d6f6886baba |
21 */
22
23 /*
24 * FIXME. This code is virtually identical to qa_gr_fir_?CC.cc
25 * Kludge up some kind of macro to handle the minor differences.
26 */
27
28 #ifdef HAVE_CONFIG_H
29 #include <config.h>
gnuradio/gnuradio-core/src/lib/filter/qa_gr_fir_ccf.cc
| Category |
Kludge |
| Committer |
jcorgan |
| Commit ID |
5d69a524f81f234b3fbc41d49ba18d6f6886baba |
21 */
22
23 /*
24 * FIXME. This code is virtually identical to qa_gr_fir_?CC.cc
25 * Kludge up some kind of macro to handle the minor differences.
26 */
27
28 #ifdef HAVE_CONFIG_H
29 #include <config.h>
gnuradio/gnuradio-core/src/lib/filter/qa_gr_fir_fcc.cc
| Category |
Kludge |
| Committer |
jcorgan |
| Commit ID |
5d69a524f81f234b3fbc41d49ba18d6f6886baba |
21 */
22
23 /*
24 * FIXME. This code is virtually identical to qa_gr_fir_?CC.cc
25 * Kludge up some kind of macro to handle the minor differences.
26 */
27
28 #ifdef HAVE_CONFIG_H
29 #include <config.h>
gnuradio/gnuradio-core/src/lib/filter/qa_gr_fir_scc.cc
| Category |
Kludge |
| Committer |
jcorgan |
| Commit ID |
5d69a524f81f234b3fbc41d49ba18d6f6886baba |
21 */
22
23 /*
24 * FIXME. This code is virtually identical to qa_gr_fir_?CC.cc
25 * Kludge up some kind of macro to handle the minor differences.
26 */
27
28 #ifdef HAVE_CONFIG_H
29 #include <config.h>