hi,
i have a little problem with sse vs. c++ and i can't find a solution.
i want to use sse in my programm, so i start to use sse-commands in
vs6 + processor-pack5.
i replace some functions in my code with sse command's, so i modifies
an object like this:
class A : B {
....
public:
....
virtual bool test(MyObject& obj);
__declspec(alig n(16)) float c1data[12];...