--- linuxsampler/trunk/src/common/Features.h 2005/05/24 09:15:38 578 +++ linuxsampler/trunk/src/common/Features.h 2005/05/24 19:20:20 579 @@ -3,6 +3,7 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck * + * Copyright (C) 2005 Christian Schoenebeck * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -30,7 +31,9 @@ */ class Features { public: - static void detect(); + static void detect(); + static void enableDenormalsAreZeroMode(); + static String featuresAsString(); #if ARCH_X86 inline static bool supportsMMX() { return bMMX; }