Sha256: 1f819c954792ca13540a3713e428ab89f1ba90c0d80d774bcac853301167a977

Contents?: true

Size: 1.31 KB

Versions: 24

Compression:

Stored size: 1.31 KB

Contents

/*
Copyright Charly Chevalier 2015
Copyright Joel Falcou 2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/

#ifndef MSGPACK_PREDEF_HARDWARE_SIMD_X86_AMD_VERSIONS_H
#define MSGPACK_PREDEF_HARDWARE_SIMD_X86_AMD_VERSIONS_H

#include <msgpack/predef/version_number.h>

/*`
 Those defines represent x86 (AMD specific) SIMD extensions versions.

 [note You *MUST* compare them with the predef `MSGPACK_HW_SIMD_X86_AMD`.]
 */


// ---------------------------------

/*`
 [heading `MSGPACK_HW_SIMD_X86_SSE4A_VERSION`]

 [@https://en.wikipedia.org/wiki/SSE4##SSE4A SSE4A] x86 extension (AMD specific).

 Version number is: *4.0.0*.
 */
#define MSGPACK_HW_SIMD_X86_AMD_SSE4A_VERSION MSGPACK_VERSION_NUMBER(4, 0, 0)

/*`
 [heading `MSGPACK_HW_SIMD_X86_FMA4_VERSION`]

 [@https://en.wikipedia.org/wiki/FMA_instruction_set#FMA4_instruction_set FMA4] x86 extension (AMD specific).

 Version number is: *5.1.0*.
 */
#define MSGPACK_HW_SIMD_X86_AMD_FMA4_VERSION MSGPACK_VERSION_NUMBER(5, 1, 0)

/*`
 [heading `MSGPACK_HW_SIMD_X86_XOP_VERSION`]

 [@https://en.wikipedia.org/wiki/XOP_instruction_set XOP] x86 extension (AMD specific).

 Version number is: *5.1.1*.
 */
#define MSGPACK_HW_SIMD_X86_AMD_XOP_VERSION MSGPACK_VERSION_NUMBER(5, 1, 1)


#endif

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
rroonga-9.0.7-x64-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-9.0.7-x86-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-9.0.3-x64-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-9.0.3-x86-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-9.0.2-x64-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-9.0.2-x86-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
script_core-0.0.6 ext/enterprise_script_service/msgpack/include/msgpack/predef/hardware/simd/x86_amd/versions.h
script_core-0.0.5 ext/enterprise_script_service/msgpack/include/msgpack/predef/hardware/simd/x86_amd/versions.h
script_core-0.0.4 ext/enterprise_script_service/msgpack/include/msgpack/predef/hardware/simd/x86_amd/versions.h
script_core-0.0.3 ext/enterprise_script_service/msgpack/include/msgpack/predef/hardware/simd/x86_amd/versions.h
script_core-0.0.2 ext/enterprise_script_service/msgpack/include/msgpack/predef/hardware/simd/x86_amd/versions.h
script_core-0.0.1 ext/enterprise_script_service/msgpack/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-7.1.1-x64-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-7.1.1-x86-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-7.0.2-x86-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-7.0.2-x64-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-6.1.3-x64-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-6.1.3-x86-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-6.1.0-x86-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h
rroonga-6.1.0-x64-mingw32 vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h