mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Add SYCL issue from multiprecision github
This commit is contained in:
14
test/git_issue_695_mp.cpp
Normal file
14
test/git_issue_695_mp.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright Matt Borland 2025.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// See: https://github.com/boostorg/multiprecision/issues/695
|
||||
|
||||
#include "sycl/sycl.hpp"
|
||||
#include "boost/multiprecision/cpp_int.hpp"
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
@@ -96,3 +96,5 @@ run test_igamma_inv.cpp ;
|
||||
run test_igamma_inva.cpp ;
|
||||
|
||||
run test_hermite.cpp ;
|
||||
|
||||
run git_issue_695_mp.cpp ;
|
||||
|
||||
Reference in New Issue
Block a user