summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2011-02-15 18:58:42 -0800
committerNick Foster <nick@nerdnetworks.org>2011-02-15 18:58:42 -0800
commit2387618a492c73ec029599027daeaeebe937e7a7 (patch)
tree069c02046723ba3b6d97e088ca318223e7fbfc03
parent1633e9371a0bce876757f1c2c3e4054436b57950 (diff)
comments
-rw-r--r--volk/include/volk/make_set_simd.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/volk/include/volk/make_set_simd.py b/volk/include/volk/make_set_simd.py
index 8aef5bb164..08b0f0937c 100644
--- a/volk/include/volk/make_set_simd.py
+++ b/volk/include/volk/make_set_simd.py
@@ -15,16 +15,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-#TODO: add in checking for 32-bit and 64-bit compiler support, to pick
-#which version to use.
-
-#for a given compiler: first try 64 bit, then fall back to 32 bit.
-#to try 64 bit, just try compiling a program with -m64
-#if it passes, whee you're 64-bit
-#if not, 32
-#this should probably be elsewhere and just referred in here
-#actually, why the fuck does LF_CHECK_CC_FLAG([-m64]) work at all? it doesn't even COMPILE
-
from xml.dom import minidom
def make_set_simd(dom) :