[flang-commits] [flang] [Flang] remove real 10 test for ppc (NFC) (PR #73911)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Thu Nov 30 09:05:51 PST 2023
================
@@ -14,7 +14,9 @@ using Real2 = Scalar<Type<TypeCategory::Real, 2>>;
using Real3 = Scalar<Type<TypeCategory::Real, 3>>;
using Real4 = Scalar<Type<TypeCategory::Real, 4>>;
using Real8 = Scalar<Type<TypeCategory::Real, 8>>;
+#ifndef __PPC__
----------------
luporl wrote:
I think it would be better to use `#ifdef __x86_64__` instead.
https://github.com/llvm/llvm-project/pull/73911
More information about the flang-commits
mailing list