[Mesa-dev] [PATCH] x86-64: Fix compile error with clang
Ben Widawsky
ben at bwidawsk.net
Wed Aug 10 16:44:23 PDT 2011
On Wed, Aug 10, 2011 at 04:05:41PM -0700, Chad Versace wrote:
> 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
> ^
>
> Signed-off-by: Chad Versace <chad at chad-versace.us>
Reviewed-by: Ben Widawsky <ben at bwidawsk.net>
More information about the mesa-dev
mailing list