Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329523
b: refs/heads/master
c: 9e9eb7c
h: refs/heads/master
i:
  329521: 2d1aa20
  329519: d44eded
v: v3
  • Loading branch information
Steven Fuerst authored and Alex Deucher committed Sep 20, 2012
1 parent 8401a3c commit 23c7899
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 747f49ba67b8895a5831ab539de551b916f3738c
refs/heads/master: 9e9eb7c60d57620bfe46b2a489e7f56a5925115a
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/r600_blit.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ set_default_state(drm_radeon_private_t *dev_priv)
* as the fractional bits will not fit in a float. (It would be better to
* round towards even as the fpu does, but that is slower.)
*/
uint32_t int2float(uint32_t x)
__pure uint32_t int2float(uint32_t x)
{
uint32_t msb, exponent, fraction;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/r600_blit_shaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ extern const u32 r6xx_default_state[];
extern const u32 r6xx_ps_size, r6xx_vs_size;
extern const u32 r6xx_default_size, r7xx_default_size;

uint32_t int2float(uint32_t x);
__pure uint32_t int2float(uint32_t x);
#endif

0 comments on commit 23c7899

Please sign in to comment.