31#if defined (HAVE_CONFIG_H)
35#if defined (HAVE_FPU_CONTROL_H)
36# include <fpu_control.h>
43#if ! defined (_FPU_DEFAULT)
44# if defined __i386__ || defined __x86_64__
45# define _FPU_DEFAULT 0x037f
47# define _FPU_DEFAULT 0
54 fpucw_t cw = GET_FPUCW ();
72 BEGIN_LONG_DOUBLE_ROUNDING ();
80 END_LONG_DOUBLE_ROUNDING ();
83 octave_unused_parameter (oldcw);
unsigned int octave_begin_long_double_rounding(void)
void octave_end_long_double_rounding(unsigned int oldcw)
void octave_set_default_fpucw(void)