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

« back to all changes in this revision

Viewing changes to README

  • Committer: Michael Hope
  • Date: 2011-09-09 00:20:15 UTC
  • Revision ID: michael.hope@linaro.org-20110909002015-6y3b5wrihd0k9b6x
Minor style changes.  Documented the basics of style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
All third party routines are under a GPL compatible license.
80
80
 
81
81
== Notes and Limitations ==
82
 
This is an early release that contains Cortex-A8 with NEON focused
83
 
routines.  Most of the implementations have been collected from other
84
 
projects and have a variety of licenses and copyright holders.  Future
85
 
releases will tidy this up.
 
82
Some of the implementations have been collected from other
 
83
projects and have a variety of licenses and copyright holders.
 
84
 
 
85
== Style ==
 
86
Assembly code attempts to follow the GLIBC coding convetions.  They
 
87
are:
 
88
 * Copyright headers in C style comment blocks
 
89
 * Instructions indented with one tab
 
90
 * Operands indented with one tab
 
91
 * Text is wrapped at 70 characters
 
92
 * End of line comments are fine