[clang] [compiler-rt] [llvm] [SystemZ] Add support for half (fp16) (PR #109164)
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 02:18:43 PST 2025
================
@@ -65,6 +65,7 @@ void __clear_cache(void *start, void *end) {
#elif defined(_WIN32) && (defined(__arm__) || defined(__aarch64__))
FlushInstructionCache(GetCurrentProcess(), start, end - start);
#elif defined(__arm__) && !defined(__APPLE__)
+#elif defined(__s390__)
----------------
JonPsson1 wrote:
Oh - it looked to me that arm was doing like Intel above as there was no indentation for the nested prepocessor macro. Will move it up to below Intel.
https://github.com/llvm/llvm-project/pull/109164
More information about the llvm-commits
mailing list