HLML
HLML copied to clipboard
Auto-generated maths library for C and C++ based on HLSL/Cg
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...
Even if they're crap to begin with! It's important to be transparent with people about this sort of thing.
Do they just need updating or something?
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...
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...