Name Description Size
simd
simd.h ` [section Using the `MSGPACK_HW_SIMD_*` predefs] [include ../doc/hardware_simd.qbk] [endsect] [/ --------------------------- ] [section `MSGPACK_HW_SIMD_*`] [heading `MSGPACK_HW_SIMD`] The SIMD extension detected for a specific architectures. Version number depends on the detected extension. [table [[__predef_symbol__] [__predef_version__]] [[`MSGPACK_HW_SIMD_X86_AVAILABLE`] [__predef_detection__]] [[`MSGPACK_HW_SIMD_X86_AMD_AVAILABLE`] [__predef_detection__]] [[`MSGPACK_HW_SIMD_ARM_AVAILABLE`] [__predef_detection__]] [[`MSGPACK_HW_SIMD_PPC_AVAILABLE`] [__predef_detection__]] ] [include ../include/msgpack/predef/hardware/simd/x86.h] [include ../include/msgpack/predef/hardware/simd/x86_amd.h] [include ../include/msgpack/predef/hardware/simd/arm.h] [include ../include/msgpack/predef/hardware/simd/ppc.h] [endsect] [/ --------------------------- ] [section `MSGPACK_HW_SIMD_X86_*_VERSION`] [include ../include/msgpack/predef/hardware/simd/x86/versions.h] [endsect] [section `MSGPACK_HW_SIMD_X86_AMD_*_VERSION`] [include ../include/msgpack/predef/hardware/simd/x86_amd/versions.h] [endsect] [section `MSGPACK_HW_SIMD_ARM_*_VERSION`] [include ../include/msgpack/predef/hardware/simd/arm/versions.h] [endsect] [section `MSGPACK_HW_SIMD_PPC_*_VERSION`] [include ../include/msgpack/predef/hardware/simd/ppc/versions.h] [endsect] 3662