Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rT test-suite
- Build Status
Buildable 201264 Build 305829: arc lint + arc unit
Event Timeline
Comment Actions
Some updates
- naming convention: ti -> qi;
- use __float128 instead of long double for tf tests.
- Removed unused unsigned tests.
Comment Actions
Several updates:
- Use literal suffix "q" instead of "L" for "__float128" and removed related FIXME.
- Fixed one unsigned test.
- Add Fixme for some wrong behavior under O2 due to FE optimizations.