diff options
author | Chad Versace <[email protected]> | 2011-08-10 15:46:14 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2011-08-11 09:33:41 -0700 |
commit | 9cd64ec35acd54cbe0be4d03236d2c5a9d4be6fe (patch) | |
tree | 34ebee1ac7099874ddac10c079de99ac4fe457b5 /configs/freebsd | |
parent | 099aad2fb0dba8baff61dc7a6803c6c976c08069 (diff) |
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 <[email protected]>
Signed-off-by: Chad Versace <[email protected]>
Diffstat (limited to 'configs/freebsd')
0 files changed, 0 insertions, 0 deletions