mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
llvmpipe: add 'f' suffix to 1.0 in fixed_to_float()
This commit is contained in:
parent
499aa3ddb4
commit
e90c56bc4e
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ subpixel_snap(float a)
|
|||
static INLINE float
|
||||
fixed_to_float(int a)
|
||||
{
|
||||
return a * (1.0 / FIXED_ONE);
|
||||
return a * (1.0f / FIXED_ONE);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue