2
0
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:
Matt Borland
2025-09-26 12:11:11 +02:00
parent 37c492e411
commit 3bb781afda
68 changed files with 81 additions and 81 deletions

View File

@@ -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