Skip to content

Commit

Permalink
Non-functional: fix spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Carsten Schmidt <[email protected]>
  • Loading branch information
barracuda156 and ryandesign authored Nov 20, 2024
1 parent b76243b commit dec2f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if ['linux', 'android', 'ios', 'darwin'].contains(system)
add_project_arguments('-DHAVE_LSX', '-DHAVE_LASX', language: 'cpp')
casm_inc = include_directories(join_paths('codec', 'common', 'loongarch'))
elif cpu_family == 'riscv64'
# We dont't have riscv64-specific optimization for now.
# We don't have riscv64-specific optimization for now.
asm_format = asm_format64
elif cpu_family == 'ppc'
# We don't have powerpc-specific optimization for now.
Expand Down

0 comments on commit dec2f70

Please sign in to comment.