Wasted-Audio / hvcc

The heavy hvcc compiler for Pure Data patches. Updated to python3 and additional generators
https://wasted-audio.github.io/hvcc/
GNU General Public License v3.0
240 stars 28 forks source link

Bug: missing simd instructions #141

Open dromer opened 9 months ago

dromer commented 9 months ago

Just to document it a bit better.

The instructions currently used by pd objects obviously have priority. A patch using these objects would fail using that instruction set.

AVX

All simd missing

But these are also not used anywhere yet. However they might be useful for expr~ in the future.