mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-19 07:00:10 -05:00
spa/support: implement RISCV V CPU detection
This commit is contained in:
parent
e2991f6398
commit
8166b9c580
5 changed files with 60 additions and 1 deletions
|
|
@ -68,6 +68,9 @@ struct spa_cpu { struct spa_interface iface; };
|
|||
#define SPA_CPU_FLAG_NEON (1 << 5)
|
||||
#define SPA_CPU_FLAG_ARMV8 (1 << 6)
|
||||
|
||||
/* RISCV specific */
|
||||
#define SPA_CPU_FLAG_RISCV_V (1 << 0)
|
||||
|
||||
#define SPA_CPU_FORCE_AUTODETECT ((uint32_t)-1)
|
||||
|
||||
#define SPA_CPU_VM_NONE (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue