Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ x86FSQRT
Function
x86FSQRT
NULLC/Translator_X86.cpp:305–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
int x86FSQRT(unsigned char *stream)
306
{
307
stream[0] = 0xd9;
308
stream[1] = 0xfa;
309
return 2;
310
}
311
312
int x86FSINCOS(unsigned char *stream)
313
{
Callers
1
TranslateToNative
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected