We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d481a48 commit 04525f6Copy full SHA for 04525f6
be/src/vec/functions/array/function_array_distance.cpp
@@ -21,7 +21,7 @@
21
22
namespace doris::vectorized {
23
24
-#if defined(__x86_64__) && (defined(__clang_major__) && (__clang_major__ > 10))
+#if defined(__clang_major__) && (__clang_major__ > 10)
25
#define PRAGMA_IMPRECISE_FUNCTION_BEGIN _Pragma("float_control(precise, off, push)")
26
#define PRAGMA_IMPRECISE_FUNCTION_END _Pragma("float_control(pop)")
27
0 commit comments