This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Implementation in NEON of non uniform address jumps

Parents
  • Note: This was originally posted on 9th July 2012 at http://forums.arm.com

    In my experience unless you are writing only a couple of lines you are far better off using a full-blown dedicated assembler file, which you assemble rather than trying to wedge something through the C compiler. For any non-trivial piece of NEON the overheads of branching into the separate translation unit tend to be inconsequential.

    Iso
Reply
  • Note: This was originally posted on 9th July 2012 at http://forums.arm.com

    In my experience unless you are writing only a couple of lines you are far better off using a full-blown dedicated assembler file, which you assemble rather than trying to wedge something through the C compiler. For any non-trivial piece of NEON the overheads of branching into the separate translation unit tend to be inconsequential.

    Iso
Children
No data