|
|
|
|
|
by sitkack
1666 days ago
|
|
SIMD only gets you up to the width that your hardware platform supports and every SIMD program has to be rewritten for the new width. Two other immediate avenues are multithreading, which think could be quite effective for this algorithm or GLSL, of that I have no opinion. |
|