Amjad50 / Emerald

An Operating System in Rust
https://amjad.alsharafi.dev/Emerald
MIT License
12 stars 0 forks source link

Update for math #103

Closed Amjad50 closed 6 months ago

Amjad50 commented 6 months ago

Summary

Updated dependencies and rust compiler to include the new changes in compiler_builtins which include math symbols for any target.

This allows us to have math symbols without

Changes

Not much in terms of the OS, just rust and emerald_std removing libm

Checklist