소스 검색

Disable definition of __ARM_FEATURE_UNALIGNED.

teensy4-core
Jonathan Hanna 7 년 전
부모
커밋
39fcbd878b
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      teensy3/memcpy-armv7m.S

+ 7
- 0
teensy3/memcpy-armv7m.S 파일 보기

@@ -28,7 +28,14 @@

#if defined(__MK20DX128__) || defined(__MK20DX256__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
#if defined (__ARM_ARCH_7M__) || defined (__ARM_ARCH_7EM__)
/*
* Let __ARM_FEATURE_UNALIGNED be set by the achitechture and the compiler flags:
* -munaligned-access
* -mno-unaligned-access
* instead of always setting it here.
*
#define __ARM_FEATURE_UNALIGNED 1
*/
/* This memcpy routine is optimised for Cortex-M3/M4 cores with/without
unaligned access.

Loading…
취소
저장