Cesium icon indicating copy to clipboard operation
Cesium copied to clipboard

Duplicate underlying types

Open kant2002 opened this issue 2 years ago • 1 comments

I think we should make decision about what unspecified sign means for primitive types. Do we have to distinguish between int and signed int and 'signed'?

https://github.com/ForNeVeR/Cesium/blob/8f22da755f43bd379f0ef665c7ffe9e5d0f98e72/Cesium.CodeGen/Ir/Types/PrimitiveType.cs#L14-L15

https://github.com/ForNeVeR/Cesium/blob/8f22da755f43bd379f0ef665c7ffe9e5d0f98e72/Cesium.CodeGen/Ir/Types/PrimitiveType.cs#L33-L35

kant2002 avatar Aug 18 '22 20:08 kant2002

I don't know of any difference a C implementation should make between int and signed according to the standard.

But there may be some difference, I'm not sure.

ForNeVeR avatar Aug 18 '22 20:08 ForNeVeR