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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user