<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Half-precision floating point</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25896/half-precision-floating-point</link><description>Is there support for half-precision floating point on the nRF52832? Either Keil or GCC.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Jan 2020 16:40:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25896/half-precision-floating-point" /><item><title>RE: Half-precision floating point</title><link>https://devzone.nordicsemi.com/thread/230929?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2020 16:40:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d631f2f-ce86-4235-9373-27e0486ab1e9</guid><dc:creator>Sigurd</dc:creator><description>[quote userid="82177" url="~/f/nordic-q-a/25896/half-precision-floating-point/229308"]can we do for example two fp16 operations in parallel?[/quote]
&lt;p&gt;No.&lt;/p&gt;
[quote userid="82177" url="~/f/nordic-q-a/25896/half-precision-floating-point/229308"]So the answer is no?[/quote]
&lt;p&gt;I believe fp16 is supported as a storage format only(e.g. set -mfp16-format=alternative in the makefile), but when used in any&amp;nbsp;arithmetic or other operations, it will be&amp;nbsp;automatically converted to fp32&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Half-precision floating point</title><link>https://devzone.nordicsemi.com/thread/229308?ContentTypeID=1</link><pubDate>Wed, 15 Jan 2020 22:01:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c8fb974-c5fe-4a6b-b305-9899d2602831</guid><dc:creator>Felix</dc:creator><description>&lt;p&gt;So the answer is no?&amp;nbsp; can we do for example two fp16 operations in parallel?&amp;nbsp; thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Half-precision floating point</title><link>https://devzone.nordicsemi.com/thread/101996?ContentTypeID=1</link><pubDate>Fri, 13 Oct 2017 13:15:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e71d6847-8891-4221-9b73-5a7ae3565eb1</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The nRF52832 uses the ARM Cortex M4 processor with floating-point unit (FPU). The FPU implemented supports Single-precision floating-point. This will give you more precision compared to a half-precision floating-point solution. The FPU provides floating-point computation functionality that is compliant with the IEEE 754 standard.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>