Sha256: 8210c425892159fbd06e023df9688f0a15ae42020ce3c3d6adae4baff6a802a3

Contents?: true

Size: 1.3 KB

Versions: 33

Compression:

Stored size: 1.3 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 BOOST_PREDEF_HARDWARE_SIMD_X86_AMD_VERSIONS_H
#define BOOST_PREDEF_HARDWARE_SIMD_X86_AMD_VERSIONS_H

#include <boost/predef/version_number.h>

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

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


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

/*`
 [heading `BOOST_HW_SIMD_X86_AMD_SSE4A_VERSION`]

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

 Version number is: *4.0.0*.
 */
#define BOOST_HW_SIMD_X86_AMD_SSE4A_VERSION BOOST_VERSION_NUMBER(4, 0, 0)

/*`
 [heading `BOOST_HW_SIMD_X86_AMD_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 BOOST_HW_SIMD_X86_AMD_FMA4_VERSION BOOST_VERSION_NUMBER(5, 1, 0)

/*`
 [heading `BOOST_HW_SIMD_X86_AMD_XOP_VERSION`]

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

 Version number is: *5.1.1*.
 */
#define BOOST_HW_SIMD_X86_AMD_XOP_VERSION BOOST_VERSION_NUMBER(5, 1, 1)


#endif

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
script_core-0.3.2 ext/enterprise_script_service/msgpack/external/boost/predef/include/boost/predef/hardware/simd/x86_amd/versions.h
passenger-6.0.7 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
passenger-6.0.6 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
passenger-6.0.5 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
script_core-0.2.1 ext/enterprise_script_service/msgpack/external/boost/predef/include/boost/predef/hardware/simd/x86_amd/versions.h
script_core-0.2.0 ext/enterprise_script_service/msgpack/external/boost/predef/include/boost/predef/hardware/simd/x86_amd/versions.h
passenger-6.0.4 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
passenger-6.0.3 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
script_core-0.1.1 ext/enterprise_script_service/msgpack/external/boost/predef/include/boost/predef/hardware/simd/x86_amd/versions.h
script_core-0.1.0 ext/enterprise_script_service/msgpack/external/boost/predef/include/boost/predef/hardware/simd/x86_amd/versions.h
passenger-6.0.2 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
passenger-6.0.1 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
passenger-6.0.0 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
passenger-5.3.7 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
passenger-5.3.6 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
passenger-5.3.5 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
passenger-5.3.4 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
passenger-5.3.3 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
passenger-5.3.2 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h
passenger-5.3.1 src/cxx_supportlib/vendor-modified/boost/predef/hardware/simd/x86_amd/versions.h