- Apr 16, 2007
- 1,620
- 0
- 0
Does anyone know how to use SSE3 with characters in C? What I want to do is to pack 16 characters into the 128 bit registers SSE3 uses and add them (in order to optimize a summing function - where I need to sum characters). However I cannot find any documentation about this online...like, anywhere. If anyone can point me to an SSE3 reference that has this information (or posting if you know how to do it), that would be greatly appreciated. Thanks.