gallium: Fix log<->cos typo in logf.
This commit is contained in:
@@ -449,7 +449,7 @@ static INLINE float fabsf( float f )
|
|||||||
|
|
||||||
static INLINE float logf( float f )
|
static INLINE float logf( float f )
|
||||||
{
|
{
|
||||||
return (float) cos( (double) f );
|
return (float) log( (double) f );
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user