22 Dec
2015
22 Dec
'15
10:02 a.m.
On 12/22/15 10:54, Paul Gofman wrote:
-void __cdecl __libm_sse2_acos(void) +void __cdecl l__libm_sse2_acos(void) In other places where we need to rename functions "MSVCRT_" prefix is added to function name. Could you please change the function names this way?
Also it will be nicer to change the commit message to something like: msvcrt: Rename __libm_sse2_* functions to fix compilation when using Intel compiler. Thanks, Piotr