Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c > #167918
| Path | csiph.com!aioe.org!BFmHnFuKgZIQaiywaVRfTQ.user.46.165.242.75.POSTED!not-for-mail |
|---|---|
| From | Thomas David Rivers <rivers@dignus.com> |
| Newsgroups | comp.lang.c |
| Subject | Re: C23 _Decimal64 etc |
| Date | Thu, 29 Sep 2022 14:06:38 -0400 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <6335DEAE.6010108@dignus.com> (permalink) |
| References | <7724aa36-2772-4736-aedc-1de37b10e35fn@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Info | gioia.aioe.org; logging-data="16813"; posting-host="BFmHnFuKgZIQaiywaVRfTQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; |
| User-Agent | Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20061027 |
| X-Notice | Filtered by postfilter v. 0.9.2 |
| X-Accept-Language | en-us, en |
| Xref | csiph.com comp.lang.c:167918 |
Show key headers only | View raw
Thiago Adams wrote: >Decimal floating point types were added into C23. > >I was wondering.. how it will be implemented by c23 compilers? >Is it already supported in x86 / x64 / arm? > >or it is a kind of emulation? > > It is implemented in hardware on the z/Architecture, and our compilers have natively supported that for many years. We also have compilers that support it for x86 machines (both 32-bit and 64-bit) using the IBM DPD format. Since it's not native to the hardware those are supported via runtime functions. - Dave Rivers - -- rivers@dignus.com Work: (919) 676-0847 Get your mainframe programming tools at http://www.dignus.com
Back to comp.lang.c | Previous | Next — Previous in thread | Find similar | Unroll thread
C23 _Decimal64 etc Thiago Adams <thiago.adams@gmail.com> - 2022-09-22 07:09 -0700
Re: C23 _Decimal64 etc Bart <bc@freeuk.com> - 2022-09-22 17:23 +0100
Re: C23 _Decimal64 etc Thiago Adams <thiago.adams@gmail.com> - 2022-09-22 10:44 -0700
Re: C23 _Decimal64 etc David Brown <david.brown@hesbynett.no> - 2022-09-22 23:03 +0200
Re: C23 _Decimal64 etc Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-09-22 11:29 -0700
Re: C23 _Decimal64 etc Richard Damon <Richard@Damon-Family.org> - 2022-09-22 19:10 -0400
Re: C23 _Decimal64 etc Bart <bc@freeuk.com> - 2022-09-23 01:19 +0100
Re: C23 _Decimal64 etc Richard Damon <Richard@Damon-Family.org> - 2022-09-22 23:42 -0400
Re: C23 _Decimal64 etc Michael S <already5chosen@yahoo.com> - 2022-09-23 02:50 -0700
Re: C23 _Decimal64 etc Thomas David Rivers <rivers@dignus.com> - 2022-09-29 14:06 -0400
csiph-web