https://github.com/Varnike created
https://github.com/llvm/llvm-project/pull/137101
Added support for FENV_ACCESS pragma on hard-float ARM platforms. Also changes
were made to clang/test/Parser/pragma-fp-warn.c so that for thumbv7a only the
soft-float-abi target case is checked.
>From c15b9e7
https://github.com/Varnike updated
https://github.com/llvm/llvm-project/pull/137101
>From 1b9b2011bbd9ac1ac38d631da83932aa11a01d29 Mon Sep 17 00:00:00 2001
From: Erik Enikeev
Date: Mon, 9 Jun 2025 12:08:15 -0400
Subject: [PATCH] Added support for FENV_ACCESS pragma on hard-float ARM
platforms.
https://github.com/Varnike updated
https://github.com/llvm/llvm-project/pull/137101
>From 3f54051f0e92b330ca40ebf77ff0c4af009f7701 Mon Sep 17 00:00:00 2001
From: Erik Enikeev
Date: Sat, 31 May 2025 11:52:13 -0400
Subject: [PATCH 1/3] set strictfp=1 for ARM
---
clang/lib/Basic/Targets/ARM.cpp