Skip to content

Commit 1dc5dbc

Browse files
authored
Revert "GH-40806: [C++] Correctly report asimd/neon in GetRuntimeInfo (#40857)"
This reverts commit 6cecbab.
1 parent e0d73c5 commit 1dc5dbc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/src/arrow/config.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ std::string MakeSimdLevelString(QueryFlagFunction&& query_flag) {
5858
return "avx";
5959
} else if (query_flag(CpuInfo::SSE4_2)) {
6060
return "sse4_2";
61-
} else if (query_flag(CpuInfo::ASIMD)) {
62-
return "neon";
6361
} else {
6462
return "none";
6563
}

0 commit comments

Comments
 (0)