Comment on Show HN: Parsing CSV files with GPUparentComments−antonmksOP11yYes, CPU version can be accelerated as well, depending on availability of SSE extensions.−Narishma11yShouldn't that be the default assumption? It's pretty rare to not have SSE.−sharpneli11yOn X86_64 it's impossible not to have SSE. So unless you develop for 32bit X86 systems you can assume the availability of vector instructions.−castratikron11ySSE is probably more common than a $1000 GPU.
Comments
Yes, CPU version can be accelerated as well, depending on availability of SSE extensions.
Shouldn't that be the default assumption? It's pretty rare to not have SSE.
On X86_64 it's impossible not to have SSE. So unless you develop for 32bit X86 systems you can assume the availability of vector instructions.
SSE is probably more common than a $1000 GPU.