diff options
author | David S. Miller <davem@davemloft.net> | 2012-02-27 15:24:09 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-27 15:26:06 -0800 |
commit | d674b76d0e46202ab8fd582b9d44d918d5fdd3e7 (patch) | |
tree | ff2006eec89c8dfeca01a48771575600df5bd013 /sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S | |
parent | 0e7727f71db5d393cf7374704d62d7ff23992950 (diff) | |
download | glibc-d674b76d0e46202ab8fd582b9d44d918d5fdd3e7.tar.gz |
Fix comment formatting in new optimized sparc math files.
Diffstat (limited to 'sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S')
-rw-r--r-- | sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S b/sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S index 2e67fa72ef..c053c55b8d 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S @@ -20,13 +20,12 @@ #include <sysdep.h> /* We pop constants into the FPU registers using the incoming - * argument stack slots, since this avoid having to use any PIC - * references. We also thus avoid having to allocate a register - * window. - * - * VIS instructions are used to facilitate the formation of - * easier constants, and the propagation of the sign bit. - */ + argument stack slots, since this avoid having to use any PIC + references. We also thus avoid having to allocate a register + window. + + VIS instructions are used to facilitate the formation of + easier constants, and the propagation of the sign bit. */ #define TWO_TWENTYTHREE 0x4b000000 /* 2**23 */ |