Zakary Strange
Zakary Strange
Hi @danec020 ! I just happened to stumble upon this PR so i figured I’d add some feedback / food for thought here. Firstly, the way your are initializing OpenGL...
@ocornut Hey Omar. Is this example something that you are interested in adding to the repo. If so i can take the weekend and put something together as it shouldn't...
Im also getting this issue. Has anyone solved it? Is there anyone we can get this ticket rolling again Thanks in advance.
Id go with making the non-sse rsqrtf faster (use approximation). Generally most people are probably using SSE builds anyways. So the approximation is something they're probably used to.
This is something i can do soon. Thanks for the suggestion :)
Hi, Thanks for noticing this and submitting a bug report. I think this is something we should probably handle. If you would like to submit a PR for this I...
I could imagine some C++ like this feature of just being able to call HMM_Multiply with whatever data types and not have to call the explicit functions for that data...
My current project im working on is also targeting The Switch, on the games repo there's a Handmade Math Version with support the NEON SIMD instruction set. Ill look at...
@bvisness Just so you are aware, I have recently gotten one of the new M1 Macbooks and more or less have an ARM implementation mostly complete. It's been tested on...
We could try moving over to Github Actions?