Comment on Do you think my games should have optional calls to assembly functions for certain CPUs and GPUs if possible.

socsa@piefed.social ⁨2⁩ ⁨days⁩ ago

This is called compute dispatching and is super common. I have done a whole bunch of DSP implementations where you use a CUDA or AVX kernel depending on availability. Or you dispatch to standard library or even Python kernel otherwise.

source
Sort:hotnewtop