File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -612,6 +612,13 @@ <h3><a href="#docs"> 1.5 Base Documents </a></h3>
612612References herein to the "C++ Standard," or to just the "Standard,"
613613are to this document.
614614
615+ < p >
616+ < li > [N1169]
617+ The < b > Programming languages - C - Extensions to support embedded processors</ b > ,
618+ ISO/IEC JTC1 SC22 WG14 N1169.
619+ This document describes extentions to the C language for supporting embedded
620+ processors, notably including support for fixed point arithmetic.
621+
615622</ ul >
616623
617624
@@ -5136,7 +5143,17 @@ <h5><a href="#mangling-builtin">5.1.5.2 Builtin types</a></h5>
51365143 ::= Da # auto
51375144 ::= Dc # decltype(auto)
51385145 ::= Dn # std::nullptr_t (i.e., decltype(nullptr))
5146+ ::= [DS] DA < fixed-point-size > # [_Sat] T _Accum
5147+ ::= [DS] DR < fixed-point-size > # [_Sat] T _Fract
51395148 ::= u << a href ="#mangle.source-name "> source-name</ a > > [<< a href ="#mangle.template-args "> template-args</ a > >] # vendor extended type
5149+
5150+ << a name ="mangle.fixed-point-size "> fixed-point-size</ a > >
5151+ ::= s # short
5152+ ::= t # unsigned short
5153+ ::= i # plain
5154+ ::= j # unsigned
5155+ ::= l # long
5156+ ::= m # unsigned long
51405157</ pre > </ font > </ code >
51415158
51425159< p >
You can’t perform that action at this time.
0 commit comments