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

This could be cool to show what the assembly of each function is likely to be (with `-O3` and `-ffast-math` on, for instance). When making changes to the generated code...

feature request
idea

Even if they're crap to begin with! It's important to be transparent with people about this sort of thing.

On Ubuntu 22.04.3 LTS using G++ and Clang++ with CPP standard 20 there are conflicting definitions of the lerp function. Here is the full error message: `[build] [ 50%] Building...

bug

I saw the xxHash documentation the other day that they have an optional `#define` for using the API with namespaces. It's completely optional and seems to 'just work'. This means...