> > + if (ET->getKind() == BuiltinType::Float) >> + Out << "T__m" << Width; >> + else if (ET->getKind() == BuiltinType::LongLong) >> + Out << "T__m" << Width << 'i'; >> + else if (ET->getKind() == BuiltinType::Double) >> + Out << "U__m" << Width << 'd'; >> + else >> + IntelVector = false; // Has to be float. >> > > This comment seems misleading: 'long long' isn't a floating-point type. >
Oops, stale.
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
