HLML icon indicating copy to clipboard operation
HLML copied to clipboard

Auto-generated maths library for C and C++ based on HLSL/Cg

Results 16 HLML issues
Sort by recently updated
recently updated
newest added

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

feature request
generator
generated code

Hi! Thanks for the great lib. Just trying to compile some HLSL code, stumbled upon this one.

bug
generated code

One of the main issues trying to compile a couple of generic HLSL functions with HLML was swizzling. https://github.com/redorav/hlslpp has a templated solution to this and it looks like a...

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