commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 06/21: volk: using hypot instead of cabsf.


From: git
Subject: [Commit-gnuradio] [gnuradio] 06/21: volk: using hypot instead of cabsf.
Date: Sat, 9 May 2015 14:05:36 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch android
in repository gnuradio.

commit 0774ba950bfa70d7b2784ac83fc4fefce622efea
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 21 10:43:20 2014 -0500

    volk: using hypot instead of cabsf.
    
    Android (API 21) does not support cabsf (known bug); hypot does the same 
thing and benchmark shows no change in speed.
---
 .gitmodules | 4 ----
 volk        | 1 -
 2 files changed, 5 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index f163792..e69de29 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +0,0 @@
-[submodule "volk"]
-       path = volk
-       url = https://github.com/gnuradio/volk.git
-       branch = master
diff --git a/volk b/volk
deleted file mode 160000
index f28a8be..0000000
--- a/volk
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit f28a8be8af974d1a55a176009cb0b7927bc22222



reply via email to

[Prev in Thread] Current Thread [Next in Thread]