From 7c2e4111a85a3a3696ec7e1c87889f69a60f7e92 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 25 Feb 2008 14:12:06 +0000 Subject: [PATCH] cleanups git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms-mv@708 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/oscillator.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/oscillator.h b/include/oscillator.h index 45d087a86..ad3a4c788 100644 --- a/include/oscillator.h +++ b/include/oscillator.h @@ -89,13 +89,6 @@ public: void update( sampleFrame * _ab, const fpp_t _frames, const ch_cnt_t _chnl ); -/*#define FLOAT_TO_INT(in,out) \ - register const float round_const = -0.5f; \ - __asm__ __volatile__ ("fadd %%st,%%st(0)\n" \ - "fadd %2\n" \ - "fistpl %0\n" \ - "shrl $1,%0" : "=m" (out) : "t" (in),"m"(round_const) : "st") ;*/ - // now follow the wave-shape-routines... static inline sample_t sinSample( const float _sample )