feature. See also
. The project being documented here (as the example) is the Zig library itself.
xtensa.Feature
pub const Feature = enum
File
Code
pub const Feature = enum {
bool,
clamps,
coprocessor,
dcache,
debug,
density,
dfpaccel,
div32,
exception,
extendedl32r,
forced_atomics,
fp,
highpriinterrupts,
highpriinterrupts_level3,
highpriinterrupts_level4,
highpriinterrupts_level5,
highpriinterrupts_level6,
highpriinterrupts_level7,
interrupt,
loop,
mac16,
minmax,
miscsr,
mul16,
mul32,
mul32high,
nsa,
prid,
regprotect,
rvector,
s32c1i,
sext,
threadptr,
timers1,
timers2,
timers3,
windowed,
}