Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ typedef struct {
uint16_t bits;
} stdlib_float16_t;

#endif

/**
* An opaque type definition for a union for accessing the underlying binary representation of a half-precision floating-point number.
*
Expand All @@ -91,8 +93,6 @@ typedef union {
uint16_t bits;
} stdlib_float16_bits_t;

#endif

/**
* Converts a half-precision floating-point number to its binary representation.
*/
Expand Down