2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Include sycl header for additional error detection

This commit is contained in:
Matt Borland
2025-06-10 10:16:14 -04:00
parent f0da5f48f1
commit d95a79ba34
59 changed files with 192 additions and 5 deletions

View File

@@ -17,6 +17,10 @@
# pragma warning(disable: 4305) // truncation from 'long double' to 'float'
#endif
#ifdef SYCL_LANGUAGE_VERSION
#include "sycl/sycl.hpp"
#endif
#include <boost/math/tools/config.hpp>
#ifndef BOOST_MATH_NO_REAL_CONCEPT_TESTS