#include <precomp.h>
Go to the source code of this file.
◆ _clearfp()
Definition at line 18 of file clearfp.c.
19{
21#if defined(__GNUC__)
22 __asm__ __volatile__(
"fnclex" );
23#else
24 __asm fnclex;
25#endif
26 return retVal;
27}
unsigned int _statusfp(void)
__asm__(".p2align 4, 0x90\n" ".seh_proc __seh2_global_filter_func\n" "__seh2_global_filter_func:\n" "\tsub %rbp, %rax\n" "\tpush %rbp\n" "\t.seh_pushreg %rbp\n" "\tsub $32, %rsp\n" "\t.seh_stackalloc 32\n" "\t.seh_endprologue\n" "\tsub %rax, %rdx\n" "\tmov %rdx, %rbp\n" "\tjmp *%r8\n" "__seh2_global_filter_func_exit:\n" "\t.p2align 4\n" "\tadd $32, %rsp\n" "\tpop %rbp\n" "\tret\n" "\t.seh_endproc")
Referenced by main(), and Test_exceptions().
◆ _statusfp()
Definition at line 11 of file _statusfp.c.
12{
13 unsigned int mxcsr,
status = 0;
14
15
17
18
31
33}
#define _MM_EXCEPT_DIV_ZERO
#define _MM_EXCEPT_UNDERFLOW
#define _MM_EXCEPT_INEXACT
#define _MM_EXCEPT_OVERFLOW
#define _MM_EXCEPT_INVALID
#define _MM_EXCEPT_DENORM
unsigned int _mm_getcsr(void)
Referenced by _clearfp().