diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-15 13:01:13 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-15 13:01:13 +0100 |
| commit | 4c71cb049493fbd0287bec51308f065e08ff556f (patch) | |
| tree | b3ef7d1d92cf51548ff0dfba58afd07156c058f4 /include | |
| parent | 0dfb2a95f51c3a3459ee991b23313fc82b0ac598 (diff) | |
chore: boot.h: Documentation improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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; |
