Skip to content

WIP: gtypes: add float and double byter order macro

Tapasweni Pathak requested to merge (removed):byte-order-macros into master

ref #186 (closed).

This has implementation float and double from BE to LE. If the implementation looks good and follows glib specs I will go ahead with others. As I see in other parts of this file that SWAP for other byte order macros has been implemented as a separate macro. Updating the info, docs here is a todo.

Edited by Tapasweni Pathak

Merge request reports