mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Don't check second macro if user said to use sycl
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
// test_triangular.cpp
|
||||
|
||||
#ifndef SYCL_LANGUAGE_VERSION
|
||||
#ifndef BOOST_MATH_ENABLE_SYCL
|
||||
#include <pch.hpp>
|
||||
#endif
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
# pragma warning(disable: 4305) // truncation from 'long double' to 'float'
|
||||
#endif
|
||||
|
||||
#ifdef SYCL_LANGUAGE_VERSION
|
||||
#ifdef BOOST_MATH_ENABLE_SYCL
|
||||
#include "sycl/sycl.hpp"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user