fxlibc/include/target/sh-generic/bits/asm/cpucap.h

10 lines
268 B
C

#ifndef __BITS_ASM_CPUCAP_H__
# define __BITS_ASM_CPUCAP_H__
/* CPU capabilities for assembler code. See also <bits/cpucap.h>. */
/* CPU supports the SH4AL-DSP instruction set (with DSP turned on). */
#define __CPUCAP_SH4ALDSP 0x01
#endif /*__BITS_ASM_CPUCAP_H__*/