Hello, we use LDC to dynamically select compiled and optimized code with particular instructions set with help of @target pragma. To make this we take core.cpu module, but it can't detect avx512 instructions presence. Does LDC have its own some cpu instruction detection runtime routine(s) to make use of avx512-set? Igor