In a previous post, I noted that specifying the endian-ness of a variable would be very useful. When doing DSP-like operations in multimedia code, saturating arithmetic would be very useful. It is possible to wrap this in a short inline function or macro in C, but then you will not use special instructions in CPUs that have them.
I thought about underflow/overflow traps too, but that is more than just a small extra type modifier.
Other thoughts?
Best,
Kyle