<div dir="ltr">Hi,<div><br></div><div style>I am using llvm to generate jit code for numerical computation on window 7 64 platform.  There is a function call, pow, in the jit code.  The problem is that at run time, the pow function call sometimes links to msvcrt.dll, and sometimes to msvcr100.dll.  These two calls from two dlls return different results, causing sporadic results.</div>

<div style><br></div><div style>I tried to make the pow function either intrinsic or function call.  Both did not work.</div><div style><br></div><div style>My question is that:</div><div style><br></div><div style>Is there a way to tell the jit engine to link the pow function to a specific dll?</div>

<div style><br></div><div style>or </div><div style><br></div><div style>are there any other suggestions?</div><div style><br></div><div style>Thanks,</div><div style>-Peng</div></div>