Conversation
|
Could you please also include a |
|
This should now be covered by |
- Implement float operators in C - Support FFloat and FDouble
Some compilers specifiy DBL_MIN, DBL_MAX as long double. As we do not support long double in neither cil nor goblint itself, but want to use DBL_MIN, DBL_MAX we have no other option than to explicitly check for this one case
brgr
left a comment
There was a problem hiding this comment.
Please for the next time smaller more separated PRs would be really appreaciated ^^ But looks really good!
* Support FFloat and FDouble - Implement float operators in C - Support FFloat and FDouble * Allow using DBL_MIN, DBL_MAX Some compilers specifiy DBL_MIN, DBL_MAX as long double. As we do not support long double in neither cil nor goblint itself, but want to use DBL_MIN, DBL_MAX, we have no other option than to explicitly check for this two cases
This fixes multiple issues:
atofto ocaml to make string parsing possiblesqrt,log,cos,sinetc.Builds on #9