~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to src/linaro-a9/memcpy.S

  • Committer: Will Newton
  • Date: 2013-07-15 09:40:18 UTC
  • Revision ID: will.newton@linaro.org-20130715094018-mxy34r9wk3qnxtm0
Split license/copyright and doc comments to ease bionic merging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28
28
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
29
   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
30
 */
30
31
 
 
32
/*
31
33
   This memcpy routine is optimised for Cortex-A15 cores and takes advantage
32
34
   of VFP or NEON when built with the appropriate flags.
33
35