Inline Assembly for Manual Vectorization (AARCH64 assembly mixed with C)
A few blog posts ago we timed the running of a Volume Control code.
Volume Control Algoritms
Here’s the logic for the original program:
Volume Control Algoritms
Here’s the logic for the original program:
- Fill an array of integers randomly - each element represents a sample from a song
- Multiply every element by a VOLUME factor
- Store volume-scaled elements into a new array
Comments
Post a Comment