feature. See also
. The project being documented here (as the example) is the Zig library itself.
hexagon.Feature
pub const Feature = enum
File
Code
pub const Feature = enum {
audio,
cabac,
compound,
duplex,
hvx,
hvx_ieee_fp,
hvx_length128b,
hvx_length64b,
hvx_qfloat,
hvxv60,
hvxv62,
hvxv65,
hvxv66,
hvxv67,
hvxv68,
hvxv69,
hvxv71,
hvxv73,
hvxv75,
hvxv79,
hvxv81,
long_calls,
mem_noshuf,
memops,
noreturn_stack_elim,
nvj,
nvs,
packets,
prev65,
reserved_r19,
small_data,
tinycore,
v5,
v55,
v60,
v62,
v65,
v66,
v67,
v68,
v69,
v71,
v73,
v75,
v79,
v81,
zreg,
}