mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2025-01-06 08:53:37 +01:00
10 lines
268 B
C
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__*/
|