mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
core: Separate ARM CPU detection from initialisation
This separate the ARM CPU feature detection code from the initialisation so that we can reuse it in tests, like we did for x86 a while back.
This commit is contained in:
parent
2e303b8600
commit
60660a1aec
2 changed files with 11 additions and 2 deletions
|
|
@ -35,6 +35,7 @@ typedef enum pa_cpu_arm_flag {
|
|||
PA_CPU_ARM_VFPV3 = (1 << 5)
|
||||
} pa_cpu_arm_flag_t;
|
||||
|
||||
void pa_cpu_get_arm_flags(pa_cpu_arm_flag_t *flags);
|
||||
pa_bool_t pa_cpu_init_arm(pa_cpu_arm_flag_t *flags);
|
||||
|
||||
/* some optimized functions */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue