Skip to content

gallium/util: add bitcast helpers for double and uint

Erik Faye-Lund requested to merge kusma/mesa:bitcast-double into master

This complements u_bitcast_f2u and u_bitcast_u2f with similar helpers to cast between double and unsigned integers as well.

This is meant to help !7654 (merged) do things right.

Merge request reports