removed gcem as dep

This commit is contained in:
2026-06-15 00:37:47 +03:00
parent 75c3f2409d
commit 47dcee037e
38 changed files with 1351 additions and 927 deletions
+2 -7
View File
@@ -10,8 +10,8 @@ module;
#include <filesystem>
#include <format>
#include <functional>
#include <iomanip>
#include <initializer_list>
#include <iomanip>
#include <iterator>
#include <limits>
#include <memory>
@@ -37,10 +37,6 @@ module;
#include <immintrin.h>
#endif
#if defined(OMATH_USE_GCEM)
#include <gcem.hpp>
#endif
#if defined(OMATH_IMGUI_INTEGRATION)
#include <imgui.h>
#endif
@@ -58,7 +54,6 @@ module;
export module omath;
export
{
export {
#include "omath/omath.hpp"
}