Skip to content

Commit 476dac1

Browse files
committed
meson: remove unused LSX/LASX build options
These became unused after 10d7ab4.
1 parent 54fc0d7 commit 476dac1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

meson_options.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ option('test_standalone', type : 'boolean', value : false, description: 'Disable
77
option('disable_futex', type : 'boolean', value : false, description: 'Disable futex for thread_pool')
88

99
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?')
1210
option('sse2', type : 'boolean', value : false, description: 'Set SSE2 as baseline for 32-bit x86?')
1311
option('rvv', type : 'boolean', value : true, description: 'Set copts for RISCV with RVV?')
1412

0 commit comments

Comments
 (0)