/[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 554 by schoenebeck, Thu May 19 19:25:14 2005 UTC revision 617 by schoenebeck, Wed Jun 8 21:00:06 2005 UTC
# Line 137  namespace LinuxSampler { namespace gig { Line 137  namespace LinuxSampler { namespace gig {
137                          BasicBPFilter.ApplyFB(base, in, this->resonance * LSF_FB) * this->resonance;                          BasicBPFilter.ApplyFB(base, in, this->resonance * LSF_FB) * this->resonance;
138              }              }
139    
140  #if ARCH_X86  #if CONFIG_ASM && ARCH_X86
141              // expects to find input in xmm0 and leaves output in xmm7              // expects to find input in xmm0 and leaves output in xmm7
142              inline void Apply4StepsSSE(biquad_param_t* base, biquad_param_t* main) {              inline void Apply4StepsSSE(biquad_param_t* base, biquad_param_t* main) {
143                  float fb;                  float fb;
# Line 165  namespace LinuxSampler { namespace gig { Line 165  namespace LinuxSampler { namespace gig {
165                      :: "m" (scale) /* %0 */                      :: "m" (scale) /* %0 */
166                  );                  );
167              }              }
168  #endif // ARCH_X86  #endif // CONFIG_ASM && ARCH_X86
169    
170      };      };
171    

Legend:
Removed from v.554  
changed lines
  Added in v.617

  ViewVC Help
Powered by ViewVC