From 1025a19dd6a3016c6bfc4a780fbf8743f49efab8 Mon Sep 17 00:00:00 2001 From: yang Date: Mon, 29 Oct 2012 16:44:23 +0800 Subject: [PATCH] add notes " these functions aren't for hard vfpv3 ABI yet" --- modules/dsp/NE10_fir.neon.s | 4 ++++ modules/dsp/NE10_iir.neon.s | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/modules/dsp/NE10_fir.neon.s b/modules/dsp/NE10_fir.neon.s index 58c86d7..bfce53d 100644 --- a/modules/dsp/NE10_fir.neon.s +++ b/modules/dsp/NE10_fir.neon.s @@ -25,6 +25,10 @@ @ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @ +@ +@ Currently, this is for soft VFP EABI, not for hard vfpv3 ABI yet +@ + @/* @ * NE10 Library : dsp/NE10_fir.neon.s @ */ diff --git a/modules/dsp/NE10_iir.neon.s b/modules/dsp/NE10_iir.neon.s index 3f50d6c..3fb467c 100644 --- a/modules/dsp/NE10_iir.neon.s +++ b/modules/dsp/NE10_iir.neon.s @@ -25,6 +25,10 @@ @ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @ +@ +@ Currently, this is for soft VFP EABI, not for hard vfpv3 ABI yet +@ + @/* @ * NE10 Library : dsp/NE10_iir.neon.s @ */ -- 2.7.4