summaryrefslogtreecommitdiff
path: root/volk
AgeCommit message (Expand)Author
2011-12-11volk: remove warning about implicit declaration of sqrt.Tom Rondeau
2011-12-11volk: fixed some of the simpler warnings.Tom Rondeau
2011-12-06volk: fixed autotools build when orc is available.Tom Rondeau
2011-12-05volk: updated autotools Makefile to build with new headers.Tom Rondeau
2011-12-01volk: squashed changes 32f_s32f_multiply_32f_a 32fc_x2_dot_prod_32fc_uJosh Blum
2011-12-01Volk: since we have a profiler, we don't need to iterate during QA, so this c...Nick Foster
2011-12-01Volk: remove index max horizontal star from test, it shouldn't be there eitherNick Foster
2011-12-01Volk: bring QA test changes into the profiler as wellNick Foster
2011-12-01Volk: fix 32fc dot product test. more investigation into ASM64 and ASM32 impl...Nick Foster
2011-12-01Volk: fix volk_32fc_s32f_magnitude_16i_a Orc implementation for saturating ma...Nick Foster
2011-12-01Volk: fix volk_32f_x2_dot_prod_32f_u test (threshold increase)Nick Foster
2011-12-01Volk: whoopsNick Foster
2011-12-01Volk: 32f_s32f_multiply_32fNick Foster
2011-12-01Volk: add 32fc_s32fc_multiply_32fc to profilerNick Foster
2011-12-01Volk: added 32fc x scalar multiply, implemented in Orc & generic. Orc/SSE tes...Nick Foster
2011-11-30volk: fix #466 deprecated string use, from PinkavaJosh Blum
2011-11-30volk: conversion tweaks to build avx on MSVCJosh Blum
2011-11-30volk: avx support for MSVCJosh Blum
2011-11-08volk: replace separate_arguments with string replace (performs a whitespace s...Josh Blum
2011-11-07volk: added some environment setup stuffJosh Blum
2011-11-07volk: building on msvc again with sse2 archJosh Blum
2011-11-07volk: work to improve compiler and multi-lib supportJosh Blum
2011-10-20volk: give priority to generated includes (helps with dirty tree)Josh Blum
2011-10-20removes gcc warning, dont need symbol export on plain c structsJosh Blum
2011-10-20volk: fixed signed/unsigned comparison warnings.Tom Rondeau
2011-10-17Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-17build: fixed last warning generated from bootstrap under autoconf 2.68.Tom Rondeau
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-22Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-09-21volk: a way of doing -B in python that is 2.5 compatible (picked from Josh Bl...Tom Rondeau
2011-09-17volk: use glob rather than parsing makefile for kernelsJosh Blum
2011-09-17volk: check that python -B can be usedJosh Blum
2011-09-17volk: alternative to -B that wont break on python 2.5Josh Blum
2011-07-22volk: make volk a gr component in the top levelJosh Blum
2011-07-22volk: fix bug in finding machines by using absolute pathJosh Blum
2011-07-22volk: modified cmake pkgconfig to look for Orc > 0.4.11Nick Foster
2011-07-22Volk: add in mutex capability to archs.xml. Turns out some compilers can do b...Nick Foster
2011-07-20volk: snagged the volk changes from cmake branchJosh Blum
2011-07-19volk: fix whitespace in Python scriptMoritz Fischer
2011-07-08Merge remote branch 'nick/volk_cmake'Johnathan Corgan
2011-07-08Merged jblum/new_volk into masterJohnathan Corgan
2011-06-11Update config.sub and config.guess with latest canonical versionsJohnathan Corgan
2011-05-30volk: make fptrs in volk.h visibleNick Foster
2011-05-30Added volk_typedefs.h to the generated sources and installed headers.Nick Foster
2011-05-20Volk: runtime NEON detection based on /proc/self/auxvNick Foster
2011-05-20Volk: Use "unsafe" math optimizations (read: NEON) in GCC on NEON archNick Foster
2011-05-20Volk: modify NEON test flagNick Foster
2011-05-19Volk: first stab at NEON support. Using compile-time detection.Nick Foster
2011-05-18volk: remove justifiable obscenity from volk_prefs.cNick Foster
2011-05-18Volk: added alignment prop to each machine. call volk_get_alignment() to get ...Nick Foster