I’m doing some work where SIMD is required and I need to do operations on an array of doubles. Do any of the mainstream architectures support this? I’ve only seen floating point operations.
Thanks in Advance, Stefan
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, x86 can do it with the SSE2 instructions. A CELL too, although it’s performance is pretty awful when doing double-precision computations.