From b9249155135fbbd2f2ec3afb34650818c0120306 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Wed, 14 Jul 2021 12:21:06 -0700 Subject: [PATCH] Include only if __x86_64__ (#184) Signed-off-by: Cary Phillips --- src/Imath/half.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Imath/half.h b/src/Imath/half.h index 6b0c7dc7..c4a1b032 100644 --- a/src/Imath/half.h +++ b/src/Imath/half.h @@ -177,7 +177,7 @@ /// floats in question. /// -#if defined(__has_include) +#if defined(__has_include) && defined(__x86_64__) # if __has_include() # include # elif __has_include()