diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/boot.h b/include/boot.h index 02f87c5..9039859 100644 --- a/include/boot.h +++ b/include/boot.h @@ -134,7 +134,7 @@ static inline void __sync_synchronize(void) { volatile nb_proc_t proc_##offset = (volatile nb_proc_t)(struct->offset); \ proc_##offset(); -/// @brief Binary64 representation (IEE 7554) in a C structure +/// @brief Float point number representation (IEEE 754) typedef union { struct { char __sign; |
