[Mesa-dev] [PATCH 11/17] glsl/ast: Support double floats (was: add double support)

Ilia Mirkin imirkin at alum.mit.edu
Thu Feb 5 18:17:29 PST 2015


On Thu, Feb 5, 2015 at 2:06 PM, Matt Turner <mattst88 at gmail.com> wrote:
>> +   case ast_double_constant:
>> +      printf("%lf ", primary_expression.double_constant);
>
> I don't think l is a modifier that you can use with %f.

Neat. According to the man page, %f == double.


More information about the mesa-dev mailing list