Skip to content

Commit

Permalink
changed, add check if compiling under arm
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Mar 13, 2011
1 parent 740ea97 commit 032077b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xbmc/utils/fastmemcpy-arm.S
Expand Up @@ -26,8 +26,7 @@
* SUCH DAMAGE.
*/

//#include <machine/cpu-features.h>

#if defined(__arm__)
#if __ARM_ARCH__ == 7 || defined(__ARM_NEON__)

.text
Expand Down Expand Up @@ -526,4 +525,5 @@ copy_last_3_and_return:
.fnend
#endif

#endif /* __ARM_ARCH__ < 7 */
#endif /* __ARM_ARCH__ < 7 */
#endif

0 comments on commit 032077b

Please sign in to comment.