- Fixed up some style issues

- Added PLANNING.md
This commit is contained in:
2025-06-13 01:44:48 -04:00
parent e50cfb6e64
commit fae7f601c9
6 changed files with 211 additions and 6 deletions

View File

@@ -17,8 +17,8 @@
// =====================================================================================================================
#ifndef FENNEC_MEMORY_BITS_H
#define FENNEC_MEMORY_BITS_H
#ifndef FENNEC_LANG_BITS_H
#define FENNEC_LANG_BITS_H
#include <fennec/lang/intrinsics.h>
#include <fennec/memory/memory.h>
@@ -48,4 +48,4 @@ constexpr ToT bit_cast(const FromT& from)
}
#endif // FENNEC_MEMORY_BITS_H
#endif // FENNEC_LANG_BITS_H

View File

@@ -30,7 +30,7 @@
#ifndef FENNEC_LANG_FLOAT_H
#define FENNEC_LANG_FLOAT_H
#include <fennec/memory/bits.h>
#include <bits.h>
#define FLT_HAS_INFINITY 1
#define FLT_HAS_QUIET_NAN 1

View File

@@ -276,7 +276,7 @@
#include <cmath>
#include <fennec/math/vector.h>
#include <fennec/memory/bits.h>
#include <../lang/bits.h>
namespace fennec
{