You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a naive question, when I try to print a double value using "printf", like
printf("double a == %f", a);
In the TA side, it returns "f" instead of the correct value.
My questions are:
1, How should I do to print double or float value in TA side?
2. Why does it returns "f" for my "printf" code?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No, there's no functions already available in OP-TEE for that (unless there's something under lib/libutils/isoc/arch/arm/softfloat, but that's not available for Aarch64).
I have a naive question, when I try to print a double value using "printf", like
printf("double a == %f", a);
In the TA side, it returns "f" instead of the correct value.
My questions are:
1, How should I do to print double or float value in TA side?
2. Why does it returns "f" for my "printf" code?
Thanks in advance!
The text was updated successfully, but these errors were encountered: