CastTrait
Indicates the type conversion mode structure.
There are RegLayout, SatMode, MaskMergeMode, and RoundMode.
struct CastTrait {
RegLayout layoutMode = RegLayout::UNKNOWN;
SatMode satMode = SatMode::UNKNOWN;
MaskMergeMode mrgMode = MaskMergeMode::UNKNOWN;
RoundMode roundMode = RoundMode::UNKNOWN;
}
Parent topic: Data Types