My programming project requires many squaring, subtraction and comparison operations on floating point numbers, so I think I will need to use SSE for it to go at any speed. Are there any decent tutorials out there?
Mark Larson is the man :toothy
Try
http://www.intel.com/software/products/college/ia32/strmsimd/cbtlic.htm
to download an introductory animated SSE tutorial.