LibC: Start on fenv support for RISC-V

Co-Authored-By: Sönke Holz <sholz8530@gmail.com>
This commit is contained in:
kleines Filmröllchen 2024-02-27 22:27:57 +01:00 committed by Andrew Kaster
commit 24af4f1882
Notes: sideshowbarker 2024-07-16 20:39:14 +09:00
7 changed files with 286 additions and 55 deletions

View file

@ -7,9 +7,6 @@
#include <AK/Types.h>
#include <fenv.h>
// This is the size of the floating point environment image in protected mode
static_assert(sizeof(__x87_floating_point_environment) == 28);
extern "C" {
int feupdateenv(fenv_t const* env)