<div dir="ltr">Hi,<div><br></div><div>I was looking at an ABI related issue on Windows.  In trying to construct a test case, it seems that I am unable to import a declaration using a long double into swift.  I was wondering if there is something about long double usage in swift that I am unaware of.</div><div><br></div><div>Inputs/abi.h:</div><div><br></div><div>float fp32_call(void);</div><div>double fp64_call(void);</div><div>long double fp80_call(void);</div><div><br></div><div>Inputs/module.map:</div><div><br></div><div>module abi {</div><div>  header &quot;abi.h&quot;</div><div>}</div><div><br></div><div>test.swift:</div><div><br></div><div>%swift -I Inputs -parse %s</div><div>import abi</div><div><br></div><div>@inline(never)</div><div>func blackhole&lt;T&gt;(t : T) { }</div><div><br></div><div>func test_floating_point() {</div><div>}</div><div><br></div><div>Thanks!<br clear="all"><div><br></div>-- <br><div class="gmail_signature">Saleem Abdulrasool<br>compnerd (at) compnerd (dot) org</div>
</div></div>