]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/numeric/interval/detail/x86gcc_rounding_control.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / numeric / interval / detail / x86gcc_rounding_control.hpp
index da5513b5523ea4996b54bf78c2ccc055a191db59..9cedab83db295c982a982a73ab235542fd1870c7 100644 (file)
@@ -15,7 +15,7 @@
 #  error This header only works with GNU CC.
 #endif
 
-#ifndef __i386__
+#if !defined(__i386__) && !defined(__x86_64__)
 #  error This header only works on x86 CPUs.
 #endif