spvm icon indicating copy to clipboard operation
spvm copied to clipboard

Performance way too slow

Open danilw opened this issue 3 years ago • 1 comments

I think this project spvm does not use "SIMD vector optimizations" this why performance is slow.

Maybe adding SIMD optimizations can be added to TODO of this project.

Result of this project spvm spvm_shadertoy XdlSDs.frag - 5 fps 2

Result of llvmpipe (CPU) - on 1280x720 resolution 160-190 fps 1

danilw avatar Sep 18 '22 14:09 danilw

Yes, optimizations such as SIMD/JIT/AOT should be implemented to make it more faster, it is in the TODO list now

keith2018 avatar Sep 19 '22 01:09 keith2018