You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create a sane, platform-specific ABI environment
11
+
* Create a sane, platform-specific runtime environment
12
12
* Set the stack pointer
13
13
* Clear the `.bss` and `.sbss` sections (uninitialized static data)
14
14
* Minimal hardware initialization (e.g. configuring the FPU)
15
-
*Re-exports `F32Ext` and `F64Ext` traits from [`libm`](https://crates.io/crates/libm) (for platforms with an FPU)
15
+
*Panic handler
16
16
17
17
## Usage
18
18
19
-
The `panic` function must be imported with `pub use`, or you will get missing-symbol errors at link time. The floating point trait extensions can also be used for convenience.
19
+
The `panic` function must be imported with `pub use`, or you will get missing-symbol errors at link time.
0 commit comments