Skip to content

Commit

Permalink
Minor fix in libm main reference
Browse files Browse the repository at this point in the history
  • Loading branch information
blapie authored Aug 9, 2024
1 parent 5ccfcc3 commit c05de91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/2-references/libm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,8 @@ float Sleef_floorf1(float a);
float Sleef_floorf1_purec(float a);
float Sleef_floorf1_purecfma(float a);
float Sleef_cinz_floorf1_purec(float a);
float Sleef_finz_floorf1_purecfma(float a);```
float Sleef_finz_floorf1_purecfma(float a);
```
Link with `-lsleef`.
#### Description
Expand Down

0 comments on commit c05de91

Please sign in to comment.