Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Vector Math Library  (Read 25900 times)

0 Members and 1 Guest are viewing this topic.

12pool3

  • Newbie
  • *
  • Posts: 2
    • View Profile
Vector Math Library
« Reply #15 on: April 11, 2010, 04:18:43 pm »
Quote from: "bullno1"
Any chance for SSE support?  :wink:


I agree, SSE2 optimizations would be nice, since they are supported on everything since Pentium 4.

Recruit0

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Vector Math Library
« Reply #16 on: June 16, 2010, 07:17:31 pm »
I thought Boost C++ has this?

capz

  • Newbie
  • *
  • Posts: 29
    • View Profile
Vector Math Library
« Reply #17 on: January 09, 2012, 01:44:22 pm »
you can't really turn this into sse/mmx with all the templates going on. It would have to be converted to separate float/int versions.