]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/atomic/config/Jamfile.v2
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / atomic / config / Jamfile.v2
diff --git a/ceph/src/boost/libs/atomic/config/Jamfile.v2 b/ceph/src/boost/libs/atomic/config/Jamfile.v2
new file mode 100644 (file)
index 0000000..6a3675e
--- /dev/null
@@ -0,0 +1,20 @@
+#
+#             Copyright Andrey Semashev 2020.
+# 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)
+#
+
+import atomic-arch-config ;
+
+lib synchronization ;
+explicit synchronization ;
+
+exe has_synchronization : has_synchronization.cpp : <library>synchronization ;
+explicit has_synchronization ;
+
+obj has_sse2 : has_sse2.cpp : <conditional>@atomic-arch-config.sse2-flags ;
+explicit has_sse2 ;
+
+obj has_sse41 : has_sse41.cpp : <conditional>@atomic-arch-config.sse41-flags ;
+explicit has_sse41 ;