mesa: fix strict aliasing issues in half-to-float/float-to-half conversions
authorRoland Scheidegger <sroland@vmware.com>
Mon, 7 Dec 2009 19:11:46 +0000 (20:11 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 7 Dec 2009 19:11:46 +0000 (20:11 +0100)
commitc36d1aacf4c70d76165c91cd7048c0f9f43b8571
tree3e51e1b30716832d028be7161987e8a89e1872f7
parent7d9b2edb97419b562a542b5cd701724c009421d4
mesa: fix strict aliasing issues in half-to-float/float-to-half conversions

use union instead of casts
src/mesa/main/imports.c