]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/atomic/config/Jamfile.v2
6a3675e0702462945b39e5ff24a56c46e3e50fc3
[ceph.git] / ceph / src / boost / libs / atomic / config / Jamfile.v2
1 #
2 # Copyright Andrey Semashev 2020.
3 # Distributed under the Boost Software License, Version 1.0.
4 # (See accompanying file LICENSE_1_0.txt or copy at
5 # http://www.boost.org/LICENSE_1_0.txt)
6 #
7
8 import atomic-arch-config ;
9
10 lib synchronization ;
11 explicit synchronization ;
12
13 exe has_synchronization : has_synchronization.cpp : <library>synchronization ;
14 explicit has_synchronization ;
15
16 obj has_sse2 : has_sse2.cpp : <conditional>@atomic-arch-config.sse2-flags ;
17 explicit has_sse2 ;
18
19 obj has_sse41 : has_sse41.cpp : <conditional>@atomic-arch-config.sse41-flags ;
20 explicit has_sse41 ;