<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 10/07/2024 23:55, Sven Barth via
fpc-devel wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAFMUeB_M0WkmvEcoyNHvVqu4xbe-ppSZ808mBh13v8pPEimQPw@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="auto">
<div>
<div class="gmail_quote"><br>
</div>
</div>
<div dir="auto"><br>
</div>
<div dir="auto">The SoftFpu unit is only intended for use by the
compiler. If you want to use 80-bit floating point yourself
you need to use ufloat80 and sfpux80 (the later wraps the same
include files as SoftFpu, but for use by the user). </div>
<br>
</div>
</blockquote>
<br>
Thanks. Now FpDebug can show the fpu st0..st7 registers. <br>
<br>
I guess on Windows 64 they aren't used, except when cross debugging
a 32bit target.<br>
=> still needs work, as currently the value is handled as double
in the IDE (less precision)<br>
</body>
</html>