Zlib-ng Determines X86 Capabilities and Saves This Info to Global Variables
Official CH changelog text
zlib-ng determines x86 capabilities and saves this info to global variables. This is done in defalteInit call, which may be made by different threads simultaneously. To avoid multi-threaded writes, do it on library startup. #6141 (akuzm)