MarkLogic 12 Product Documentation
xdmp:cpu-instruction-set

xdmp:cpu-instruction-set() as xs:string

Summary

Returns the latest instruction set extension supported by the CPU used by MarkLogic Server, for example "AVX2", "AVX512" or "SSE4.2". Returns "Generic" if the processor does not support any extension.

Example

xdmp:cpu-instruction-set()
=> "AVX2"
Powered by MarkLogic Server | Terms of Use | Privacy Policy