dolphin/Source/Core/Core/DSP/Jit
mitaclaw 9bd1dae41d Modernize std::fill with ranges
In DSPCore.cpp, there were two `std::fill` uses that could be simplified using `std::fill_n`. Due to their proximity with other `std::fill` algorithms being modernized with ranges, I chose to make these examples into the rare `std::ranges::fill_n`.
2024-10-10 00:53:48 -07:00
..
x64 Modernize std::fill with ranges 2024-10-10 00:53:48 -07:00
DSPEmitterBase.cpp Remove _M_X86 in favour of _M_X86_64 2023-11-28 23:03:20 +11:00
DSPEmitterBase.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00