> Joe, > > I updated windows.com and windows.dinput for the new specialized > arrays, and all test appear to pass, and key-caps work, but can you > give them a look over? windows.com in particular. I cleaned up some > code with complex stack shuffling, but I might have broken the logic > as well.
Some of the windows.com tests are failing under OS X, apparently because of something wrong in the QueryInterface method windows.com.wrapper is generating. I'll look into that. > Also, I started updating BLAS but parts of it will require more effort > than I can invest right now; in particular, the way complex float > vectors are handled looks like it needs some rethought, now that > float-nth and double-nth words are gone. Can you help out? A lot of the junk in math.blas is now redundant with the specialized- arrays code in basis. When I have some time I'll clean that all up. Handling complex values should be a lot more straightforward--use specialized-arrays.functor to define struct array types on the complex struct types, and base the BLAS vector/matrix types on top of those. The new functor stuff could also be really helpful in abstracting out the common code among all the BLAS types. Nice work there. I'll also go through opengl.* and update those vocabs. I bet that'll wind up looking much nicer too. -Joe ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
