x86-64: Fix compile error with clang
authorChad Versace <chad@chad-versace.us>
Wed, 10 Aug 2011 22:46:14 +0000 (15:46 -0700)
committerChad Versace <chad@chad-versace.us>
Thu, 11 Aug 2011 16:33:41 +0000 (09:33 -0700)
commit9cd64ec35acd54cbe0be4d03236d2c5a9d4be6fe
tree34ebee1ac7099874ddac10c079de99ac4fe457b5
parent099aad2fb0dba8baff61dc7a6803c6c976c08069
x86-64: Fix compile error with clang

Remove the 'f' suffix from a float literal.
    - .float 0.0f+1.0
    + .float 1.0

This fixes the following compile error with clang:
    error: unexpected token in directive
    .float 0.0f+1.0
              ^

Note: This is a candidate for the stable branches.
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Chad Versace <chad@chad-versace.us>
src/mesa/x86-64/xform4.S