We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af6f9cf + 476dac1 commit c5c6e4cCopy full SHA for c5c6e4c
meson_options.txt
@@ -7,8 +7,6 @@ option('test_standalone', type : 'boolean', value : false, description: 'Disable
7
option('disable_futex', type : 'boolean', value : false, description: 'Disable futex for thread_pool')
8
9
option('arm7', type : 'boolean', value : false, description: 'Set copts for Armv7 with NEON (requires vfpv4)?')
10
-option('lsx', type : 'boolean', value : true, description: 'Add -mlsx flag?')
11
-option('lasx', type : 'boolean', value : true, description: 'Add -mlasx flag?')
12
option('sse2', type : 'boolean', value : false, description: 'Set SSE2 as baseline for 32-bit x86?')
13
option('rvv', type : 'boolean', value : true, description: 'Set copts for RISCV with RVV?')
14
0 commit comments