mirror of
https://github.com/mjansson/rpmalloc.git
synced 2026-01-15 19:41:17 +01:00
* fix: lzcnt intrinstic msvc/clang update * build: require c11 and enable /experimental:c11atomics for stdatomic support * build: update MSVC to v143 * feat: Enable msvc WIN32_LEAN_AND_MEAN Added a definition for WIN32_LEAN_AND_MEAN before the inclusion of the windows.h header file to enable minimal msvc features. Also calms the winioctl c4668 warnings since the headers are no longer being included.