projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
738c183
)
Add unary operator to convert unsigned integer to float
author
Ian Romanick
<ian.d.romanick@intel.com>
Fri, 26 Mar 2010 23:11:48 +0000
(16:11 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Fri, 26 Mar 2010 23:11:48 +0000
(16:11 -0700)
ir.h
patch
|
blob
|
history
diff --git
a/ir.h
b/ir.h
index 63ae0bc3b696ee777bea59ab51673d2b036702d2..04ac0b3e01386a2ec8f38b77566237c7007c4b47 100644
(file)
--- a/
ir.h
+++ b/
ir.h
@@
-229,6
+229,7
@@
enum ir_expression_operation {
ir_unop_log,
ir_unop_f2i, /**< Float-to-integer conversion. */
ir_unop_i2f, /**< Integer-to-float conversion. */
+ ir_unop_u2f, /**< Unsigned-to-float conversion. */
/**
* \name Unary floating-point rounding operations.