Dan Moody

Results 17 issues of Dan Moody

Will mean I need to rename `float4x4_rotate` to `float4x4_rotate_angle_axis`.

feature request
generator
generated code

Had a look through this part of the library not long ago and I think we can optimise some of those functions.

generated code

Sometimes in the tests you'll see a test (float4x4_caddv, for instance) take 0.5 microseconds in one test, and then 10 microseconds in the next one. It would be good to...

Every time I need a script I have to write it twice: Once for Batch, and again for Bash. This is annoying and not that easy to maintain. I need...

I've been thinking about this a bit. Would this even be worth it? It could be a fair amount of work to even know whether or not this is worth...

We could do with tests for the following: * constructor tests for each different constructor for vectors and matrices * assignment operator tests * array access operators

generator

Machines with ARM ISAs are becoming more present so it's probably a good idea to make HLML support it. Not sure how much work this will be but hopefully it's...

feature request
generator