Git Product home page Git Product logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 8, 2024
same problem

Original comment by [email protected] on 9 Mar 2015 at 8:11

from music-synthesizer-for-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 8, 2024
encountered this also

Original comment by [email protected] on 16 Mar 2015 at 5:41

from music-synthesizer-for-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 8, 2024
Same problem

Original comment by [email protected] on 8 Jul 2015 at 4:19

from music-synthesizer-for-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 8, 2024
This is caused by a typo in cpp/src/neon_fir.s. Here's the fix:

$ git diff HEAD~1
diff --git a/cpp/src/neon_fir.s b/cpp/src/neon_fir.s
index c0bcb20..61b99e2 100644
--- a/cpp/src/neon_fir.s
+++ b/cpp/src/neon_fir.s
@@ -334,7 +334,7 @@ neon_halfrate_split1:

        pop {r4}
        bx lr
-       .size neon_halfrate_split, .-.neon_halfrate_split
+       .size neon_halfrate_split, .-neon_halfrate_split

        .align 2
        .global neon_halfrate_combine
@@ -364,4 +364,4 @@ neon_halfrate_combine1:

        pop {r4}
        bx lr
-       .size neon_halfrate_combine, .-.neon_halfrate_combine
+       .size neon_halfrate_combine, .-neon_halfrate_combine

Original comment by [email protected] on 8 Jul 2015 at 4:59

from music-synthesizer-for-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.