changelog notes

This commit is contained in:
Ryan Fleury
2026-04-02 13:44:10 -06:00
parent 8d67460fa6
commit da7e3063ae
3 changed files with 23 additions and 1 deletions
+2
View File
@@ -12,6 +12,7 @@
//- rjf: [h]
#include "base/base_inc.h"
#include "x64/x64.h"
#include "linker/hash_table.h"
#include "linker/lf_hash_table.h"
#include "os/os_inc.h"
@@ -39,6 +40,7 @@
//- rjf: [c]
#include "base/base_inc.c"
#include "x64/x64.c"
#include "linker/hash_table.c"
#include "linker/lf_hash_table.c"
#include "os/os_inc.c"
+1 -1
View File
@@ -440,7 +440,7 @@ RSFORCEINLINE void radsortinternal( void * start, size_t len, size_t element_siz
#if BUILD_DEBUG
if ( element_size > sizeof( RS_MAX_SIMPLE_BUF ) )
__debugbreak();
radsort_break_;
#endif
// stack for no recursion