Austin Pennington

Results 2 comments of Austin Pennington

> Why not use clang++ over g++? To be blunt, it was a mistake on my part. However, I wanted to include it in the off-chance someone makes the same...

> > **Unimplemented Instructions** > `dcbst` and `frsqrte` are PowerPC instructions. [Microsoft](https://learn.microsoft.com/en-us/dotnet/api/system.math.reciprocalsqrtestimate?view=net-9.0) seems to just use the polyfill `1.0 / sqrt(x)` for `frsqrte` on platforms that don't support the instruction....