Displaying 2 results from an estimated 2 matches for "2300b4h".
Did you mean:
2300b0h
2013 Sep 18
2
[LLVMdev] JIT compiled intrinsics calls is call to null pointer
...e JIT compiler, I see that
the intrinsic is not compiled into a math coprocessor instruction, but in a
call to a null address:
002300B8 sub esp,8 002300BB movss xmm0,dword ptr
ds:[2300B0h] 002300C3 movss dword ptr [esp+4],xmm0 002300C9 movss
xmm0,dword ptr ds:[2300B4h] 002300D1 movss dword ptr
[esp],xmm0 002300D6 call 00000000 002300DB add esp,8
002300DE ret
Is there anything special that I need to do in order to be able to call
intrinsics, either in general or when JITting? I am either doing something
wrong, or forgetting to...
2013 Sep 19
1
[LLVMdev] JIT compiled intrinsics calls is call to null pointer
...T compiler, I see that
the intrinsic is not compiled into a math coprocessor instruction, but in a
call to a null address:
002300B8 sub esp,8 002300BB movss xmm0,dword ptr
ds:[2300B0h] 002300C3 movss dword ptr [esp+4],xmm0 002300C9
movss xmm0,dword ptr ds:[2300B4h] 002300D1 movss dword ptr
[esp],xmm0 002300D6 call 00000000 002300DB add esp,8
002300DE ret
Is there anything special that I need to do in order to be able to call
intrinsics, either in general or when JITting? I am either doing something
wrong, or forgetting t...