mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
7 lines
142 B
C
7 lines
142 B
C
|
|
#include "mozilla/SSE.h"
|
||
|
|
|
||
|
|
#ifdef MOZ_SAMPLE_TYPE_FLOAT32
|
||
|
|
#define SOUNDTOUCH_FLOAT_SAMPLES 1
|
||
|
|
#else
|
||
|
|
#define SOUNDTOUCH_INTEGER_SAMPLES 1
|
||
|
|
#endif
|