Dear Marc,<div><br></div><div>There's <font face="courier new, monospace">___FETCH_(S|U)(64|32|16|8)</font> but no <font face="courier new, monospace">___FETCH_F32</font> and <font face="courier new, monospace">___FETCH_F64</font>.</div>

<div><br></div><div>Currently those need to be defined separately by the user something like</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="courier new, monospace">#define ___FETCH_F32(x) &___F32VECTORREF(X,0)</font></div>

<div><font face="courier new, monospace">#define ___FETCH_F64(x) &___F64VECTORREF(X,0)</font></div></blockquote><div><br></div><div>The ability to fetch F32 and F64-vectors is useful when passing a float or double array to some C library, for instance for math or 3D.</div>

<div><br></div><div>Is there any particular reason for why they were not bundled til now? What about including them, if not else then for completeness?</div><div><br></div><div>Thanks,</div><div>Mikael</div><div><br></div>