Changeset 0b5d37a in mainline
- Timestamp:
- 2018-07-15T19:58:46Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0245896
- Parents:
- 868d75c
- Location:
- uspace/app/tester
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r868d75c r0b5d37a 32 32 # TODO: softfloat testing should be done via unit tests. 33 33 LIBS = block softfloat drv math 34 EXTRA_CFLAGS = -I$(LIBSOFTFLOAT_PREFIX) -Wno-error34 EXTRA_CFLAGS = -I$(LIBSOFTFLOAT_PREFIX) 35 35 36 36 BINARY = tester -
uspace/app/tester/float/float2.c
r868d75c r0b5d37a 209 209 { 210 210 bool fail = false; 211 #if 0 211 212 212 for (unsigned int i = 0; i < OPERANDS; i++) { 213 213 double res = acos(arguments_acos[i]); … … 249 249 } 250 250 } 251 #endif 251 252 252 for (unsigned int i = 0; i < OPERANDS; i++) { 253 253 double res = atan(arguments_atan[i]);
Note:
See TracChangeset
for help on using the changeset viewer.