G4m4 / openmini

An open source homage to the Minimoog
http://g4m4.github.io/openmini/
GNU General Public License v3.0
13 stars 3 forks source link

Create a SIMD buffer #33

Closed G4m4 closed 10 years ago

G4m4 commented 10 years ago

SIMD support means that all buffer sizes will have to be a multiple of the one of the data structure used internally (4 for SSE2).

We have to create a buffer to hold all samples computed in excess for the next iteration.

G4m4 commented 10 years ago

Added in: 1952165525ee812882b5c0b4b2796a0d367d2fa5