mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibC: Start on fenv support for RISC-V
Co-Authored-By: Sönke Holz <sholz8530@gmail.com>
This commit is contained in:
parent
a4a8dd29ba
commit
24af4f1882
Notes:
sideshowbarker
2024-07-16 20:39:14 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: 24af4f1882
Pull-request: https://github.com/SerenityOS/serenity/pull/24090
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/DanShaders
7 changed files with 286 additions and 55 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue