Comment on Show HN: Parsing CSV files with GPUparentComments−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
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.