标签: c linux assembly disassembly libm
我正在使用Linux。 math.h中有以下功能:asinh(),log(),sqrt()等。我想知道它们的实现方式(用汇编语言)。
math.h
asinh()
log()
sqrt()
我不知道如何反编译它们,甚至不知道正确的文件在哪里。