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
8import atomic-arch-config ;
9
10lib synchronization ;
11explicit synchronization ;
12
13exe has_synchronization : has_synchronization.cpp : <library>synchronization ;
14explicit has_synchronization ;
15
16obj has_sse2 : has_sse2.cpp : <conditional>@atomic-arch-config.sse2-flags ;
17explicit has_sse2 ;
18
19obj has_sse41 : has_sse41.cpp : <conditional>@atomic-arch-config.sse41-flags ;
20explicit has_sse41 ;
21