Print this page
11210 libm should be cstyle(1ONBLD) clean

*** 20,29 **** --- 20,30 ---- */ /* * Copyright 2011 Nexenta Systems, Inc. All rights reserved. */ + /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */
*** 33,43 **** #ifdef __cplusplus extern "C" { #endif #ifdef __sparc - /* * Common definitions for fma routines (SPARC) */ /* fsr fields */ --- 34,43 ----
*** 71,86 **** #define FSR_RM 3 /* inline templates */ extern void __fenv_getfsr32(unsigned int *); extern void __fenv_setfsr32(const unsigned int *); - #endif /* __sparc */ - #if defined(__x86) - /* * Common definitions for fma routines (x86) */ /* control and status word fields */ --- 71,83 ----
*** 114,126 **** #define FCW_P64 0x03000000 /* inline templates */ extern void __fenv_getcwsw(unsigned int *); extern void __fenv_setcwsw(const unsigned int *); - #endif /* __x86 */ #ifdef __cplusplus } #endif - #endif /* _FMA_H */ --- 111,121 ----