msvcrt: Added _set_SSE2_enable stub.

oldstable
Piotr Caban 2010-08-25 14:46:05 +02:00 committed by Alexandre Julliard
parent 0b1530545f
commit 76058b14eb
7 changed files with 15 additions and 6 deletions

View File

@ -1067,7 +1067,7 @@
@ stub _searchenv_s
@ stub _seh_longjmp_unwind4
@ stdcall -i386 _seh_longjmp_unwind(ptr) msvcrt._seh_longjmp_unwind
@ stub _set_SSE2_enable
@ cdecl _set_SSE2_enable(long) msvcrt._set_SSE2_enable
@ stub _set_abort_behavior
@ stub _set_controlfp
@ stub _set_doserrno

View File

@ -513,7 +513,7 @@
@ varargs _scwprintf(wstr) msvcrt._scwprintf
@ cdecl _searchenv(str str ptr) msvcrt._searchenv
@ stdcall -i386 _seh_longjmp_unwind(ptr) msvcrt._seh_longjmp_unwind
@ stub _set_SSE2_enable
@ cdecl _set_SSE2_enable(long) msvcrt._set_SSE2_enable
@ cdecl _set_error_mode(long) msvcrt._set_error_mode
@ cdecl _set_sbh_threshold(long) msvcrt._set_sbh_threshold
@ stub _set_security_error_handler

View File

@ -508,7 +508,7 @@
@ varargs _scwprintf(wstr) msvcrt._scwprintf
@ cdecl _searchenv(str str ptr) msvcrt._searchenv
@ stdcall -i386 _seh_longjmp_unwind(ptr) msvcrt._seh_longjmp_unwind
@ stub _set_SSE2_enable
@ cdecl _set_SSE2_enable(long) msvcrt._set_SSE2_enable
@ cdecl _set_error_mode(long) msvcrt._set_error_mode
@ stub _set_purecall_handler
@ cdecl _set_sbh_threshold(long) msvcrt._set_sbh_threshold

View File

@ -919,7 +919,7 @@
@ stub _searchenv_s
@ stub _seh_longjmp_unwind4
@ stdcall -i386 _seh_longjmp_unwind(ptr) msvcrt._seh_longjmp_unwind
@ stub _set_SSE2_enable
@ cdecl _set_SSE2_enable(long) msvcrt._set_SSE2_enable
@ stub _set_abort_behavior
@ stub _set_amblksiz
@ stub _set_controlfp

View File

@ -905,7 +905,7 @@
@ stub _searchenv_s
@ stub _seh_longjmp_unwind4
@ stdcall -i386 _seh_longjmp_unwind(ptr) msvcrt._seh_longjmp_unwind
@ stub _set_SSE2_enable
@ cdecl _set_SSE2_enable(long) msvcrt._set_SSE2_enable
@ stub _set_abort_behavior
@ stub _set_amblksiz
@ stub _set_controlfp

View File

@ -51,6 +51,15 @@ typedef int (CDECL *MSVCRT_matherr_func)(struct MSVCRT__exception *);
static MSVCRT_matherr_func MSVCRT_default_matherr_func = NULL;
/*********************************************************************
* _set_SSE2_enable (MSVCRT.@)
*/
int CDECL MSVCRT__set_SSE2_enable(int flag)
{
FIXME("(%x) stub\n", flag);
return flag;
}
#ifdef __x86_64__
/*********************************************************************

View File

@ -846,7 +846,7 @@
# stub _searchenv_s
# stub _seh_longjmp_unwind4
@ stdcall -i386 _seh_longjmp_unwind(ptr)
# stub _set_SSE2_enable
@ cdecl _set_SSE2_enable(long) MSVCRT__set_SSE2_enable
# stub _set_controlfp
# stub _set_doserrno
# stub _set_errno