mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 04:23:38 +01:00
591e453717
On sh-generic targets, the headers <bits/cpucap.h> (in C) and <bits/asm/cpucap.h> (in assembler) provide definitions to acces the __cpucap symbol which provides information on the CPU. Currently, a single capability __CPUCAP_SH4ALDSP is defined; it represents the SH4 extended instructions together with the integrated DSP instructions. The main uses of this capability are [movua.l] (unaligned reads) and [ldrc] (built-in tight loops). Capabilities are initialized to 0 (their safest default) and the runtime can enable them based on what hardware is running. |
||
---|---|---|
.. | ||
sys | ||
target | ||
assert.h | ||
complex.h | ||
ctype.h | ||
errno.h | ||
fcntl.h | ||
fenv.h | ||
inttypes.h | ||
locale.h | ||
math.h | ||
setjmp.h | ||
signal.h | ||
stdio.h | ||
stdlib.h | ||
string.h | ||
syscall.h | ||
threads.h | ||
unistd.h |