/[svn]/linuxsampler/trunk/src/engines/gig/Filter.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/Filter.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 319 by schoenebeck, Mon Dec 13 00:46:42 2004 UTC revision 328 by schoenebeck, Sat Dec 25 21:58:58 2004 UTC
# Line 140  namespace LinuxSampler { namespace gig { Line 140  namespace LinuxSampler { namespace gig {
140                          BasicBPFilter.ApplyFB(base, in, this->resonance * LSF_FB) * this->resonance;                          BasicBPFilter.ApplyFB(base, in, this->resonance * LSF_FB) * this->resonance;
141              }              }
142    
143    #if ARCH_X86
144              // expects to find input in xmm0 and leaves output in xmm7              // expects to find input in xmm0 and leaves output in xmm7
145              inline void Apply4StepsSSE(biquad_param_t* base, biquad_param_t* main) {              inline void Apply4StepsSSE(biquad_param_t* base, biquad_param_t* main) {
146                  float fb;                  float fb;
# Line 167  namespace LinuxSampler { namespace gig { Line 168  namespace LinuxSampler { namespace gig {
168                      :: "m" (scale) /* %0 */                      :: "m" (scale) /* %0 */
169                  );                  );
170              }              }
171    #endif // ARCH_X86
172    
173      };      };
174    
175  }} //namespace LinuxSampler::gig  }} //namespace LinuxSampler::gig

Legend:
Removed from v.319  
changed lines
  Added in v.328

  ViewVC Help
Powered by ViewVC