Misc: use native crc32 instructions on SEE 4.2 targets. (#8169, #4933)

This commit is contained in:
Teselka
2024-11-27 12:23:27 +01:00
committed by ocornut
parent e6dd8f626a
commit 326dc95f9c
3 changed files with 23 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ Other changes:
- Tools: binary_to_compressed_c: added -u8/-u32/-base85 export options.
- Demo: example tree used by Property Editor & Selection demos properly freed
on application closure. (#8158) [@Legulysse]
- Misc: use SSE 4.2 crc32 instructions when available. (#8169, #4933) [@Teselka]
- Backends: Vulkan: Make user-provided descriptor pool optional. As a convenience,
when setting init_info->DescriptorPoolSize then the backend will create and manage
one itself. (#8172, #4867) [@zeux]