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

@@ -20,10 +20,11 @@
  */
 
 /*
  * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  */
+
 /*
  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 

@@ -33,11 +34,10 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 #ifdef __sparc
-
 /*
  * Common definitions for fma routines (SPARC)
  */
 
 /* fsr fields */

@@ -71,16 +71,13 @@
 #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 */

@@ -114,13 +111,11 @@
 #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 */