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 <c...@chad-versace.us>
Reviewed-by: Ben Widawsky <b...@bwidawsk.net>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to