Allow disabling inline SSE
Should make building on i686 without SSE feasible. Fixes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/5
This commit is contained in:
@ -3,4 +3,7 @@ option('gnustl', type: 'feature',
|
||||
description: 'Use gnustl for a c++ library implementation (only used on Android)')
|
||||
option('neon', type: 'combo',
|
||||
choices: ['no', 'yes', 'auto', 'runtime'],
|
||||
description: '')
|
||||
description: 'Enable NEON optimisations')
|
||||
option('inline-sse', type: 'boolean',
|
||||
value: true,
|
||||
description: 'Enable inline SSE/SSE2 optimisations (i.e. assume CPU supports SSE/SSE2)')
|
||||
|
Reference in New Issue
Block a user