Pinned Loading
-
-
-
-
-
vsnprintf implementation that seems ...
vsnprintf implementation that seems to do what I need, not extensively tested 1#include <stdarg.h>
23#define __VSN_WRITE_CHAR(X) do { \
4if ((u64) (BufferPtr - Buffer) < BufferCapacity) { \
5*BufferPtr = X; \
-
collection of x87 maths routines
collection of x87 maths routines 1align(16)
2PowF32 proc3movss dword ptr [rsp + 8], xmm0
4movss dword ptr [rsp + 16], xmm1
5fld dword ptr [rsp + 16]
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.