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

Cycle Comparison

Parents
  • Note: This was originally posted on 30th November 2010 at http://forums.arm.com

    Neither of your functions compile or make sense.
    Even if I did assume that sr[i] was meant to be sr[n] in the first example, you are attempting to read source[15*16+3], which is source[243] in an array defined only upto source[127].

    s.
Reply
  • Note: This was originally posted on 30th November 2010 at http://forums.arm.com

    Neither of your functions compile or make sense.
    Even if I did assume that sr[i] was meant to be sr[n] in the first example, you are attempting to read source[15*16+3], which is source[243] in an array defined only upto source[127].

    s.
Children
No data