Spinscale: create new namespace sscl

This commit is contained in:
2025-12-27 16:21:22 -04:00
parent 0c4f427c0a
commit 34d76df7d9
67 changed files with 434 additions and 429 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
#include <arm_neon.h>
#endif
namespace smo {
namespace sscl {
/**
* @brief Simple spinlock using std::atomic
@@ -116,6 +116,6 @@ private:
std::atomic<bool> locked;
};
} // namespace smo
} // namespace sscl
#endif // SPIN_LOCK_H