llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
255 stars 52 forks source link

Add `fmin`/`fmax` functions to `math.h` #303

Closed mlund closed 4 months ago

mlund commented 4 months ago

This adds min and max functions for float and double. Closes #299.