We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__floatdidf
1 parent 1723c05 commit 86ac025Copy full SHA for 86ac025
1 file changed
tests/general/builtin-floatditf.c tests/general/builtin-floatdidf.ctests/general/builtin-floatditf.c renamed to tests/general/builtin-floatdidf.c
@@ -4,7 +4,7 @@
4
#include <assert.h>
5
6
int main() {
7
- tf_float f = __floatditf(0);
+ double f = __floatdidf(0);
8
assert(f == 0.0);
9
return 0;
10
}
0 commit comments