Misc: changed CRC32 table to use crc32c polynomial in order to be compatible with SSE 4.2 instructions. (#8169, #4933)

This commit is contained in:
Teselka
2024-11-27 12:20:00 +01:00
committed by ocornut
parent 61ab94d553
commit e6dd8f626a
3 changed files with 22 additions and 17 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.91.6 WIP"
#define IMGUI_VERSION_NUM 19151
#define IMGUI_VERSION_NUM 19152
#define IMGUI_HAS_TABLE
/*