mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Correct __arch64__ error config for 1F1.
This commit is contained in:
@@ -117,7 +117,7 @@ void expected_results()
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(__aarch64__) || defined(__s390__)
|
||||
#if (defined(__aarch64__) && !defined(__APPLE__)) || defined(__s390__)
|
||||
add_expected_result(
|
||||
".*", // compiler
|
||||
".*", // stdlib
|
||||
|
||||
Reference in New Issue
Block a user