Skip to content

Commit bdb5812

Browse files
committed
relax atomics and float demands on embedded platforms
1 parent c056503 commit bdb5812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Needs we have ourselves or features we have seen requested but can not link too.
8181
- Add an output to the OS, any audio send to it enters the audio graph. @dvdsk
8282
- Add an input to the OS, it gets audio from an output of the audio graph. @dvdsk
8383
- Support features on capable embedded hardware where possible. With capable hardware we mean the target:
84-
- Supports 32 bit floating points.
85-
- Has 32 bit float atomics.
84+
- Can supports 32 bit floating points through [libm](https://crates.io/crates/libm).
85+
- Has 32 bit float atomics via [portable-atomics](https://crates.io/crates/portable-atomic).
8686
This would allow applications such as:
8787
- (battery operated) Alarm clocks
8888
- Light portable audio players

0 commit comments

Comments
 (0)