|
From: <sv...@op...> - 2026-05-20 16:50:09
|
Author: manx Date: Wed May 20 18:49:54 2026 New Revision: 25341 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=25341 Log: [Var] Run clang-format. Modified: trunk/OpenMPT/src/openmpt/soundbase/SampleConvert.hpp Modified: trunk/OpenMPT/src/openmpt/soundbase/SampleConvert.hpp ============================================================================== --- trunk/OpenMPT/src/openmpt/soundbase/SampleConvert.hpp Wed May 20 18:42:18 2026 (r25340) +++ trunk/OpenMPT/src/openmpt/soundbase/SampleConvert.hpp Wed May 20 18:49:54 2026 (r25341) @@ -50,7 +50,7 @@ // amd64 AVX2 precise inline+fixup inline + // // std::round: <https://godbolt.org/z/dYYGenjKT> -// +// // arch SSE /fp: std::lround fastlround better // // i386 x87 fast 2*call fixup+2*call - |