SoundTouch: remove common types from global namespace

This commit is contained in:
Shawn Hoffman
2022-04-26 12:39:35 -07:00
parent 4cd48e609c
commit 16c90329f3
2 changed files with 16 additions and 15 deletions

View File

@ -51,6 +51,8 @@
#define SUPPORT_SSE 0x0008
#define SUPPORT_SSE2 0x0010
using namespace soundtouch;
/// Checks which instruction set extensions are supported by the CPU.
///
/// \return A bitmask of supported extensions, see SUPPORT_... defines.