C++: Support the __mfp8 floating point type

This commit is contained in:
Jeroen Ketema
2025-06-06 21:40:32 +02:00
parent c1c0a705b9
commit 691e462501
2 changed files with 4 additions and 0 deletions

View File

@@ -839,6 +839,9 @@ private predicate floatingPointTypeMapping(
or
// _Complex _Float128
kind = 61 and base = 2 and domain = TComplexDomain() and realKind = 49 and extended = false
or
// __mfp8
kind = 62 and base = 2 and domain = TRealDomain() and realKind = 62 and extended = false
}
/**