source: mainline/uspace/app/tester/float/float2.def

Last change on this file was d9be488, checked in by Martin Decky <martin@…>, 11 years ago

refactor floating point support

  • implement IA-32 and AMD64 specific trunc(), sin(), cos() using x87
  • implement generic trunc() (generic sin(), cos() still missing)
  • trunc(), sin(), cos() tests
  • Property mode set to 100644
File size: 62 bytes
Line 
1{
2 "float2",
3 "Floating arithmetics",
4 &test_float2,
5 true
6},
Note: See TracBrowser for help on using the repository browser.