Changes in uspace/lib/softfloat/include/sub.h [c67aff2:750636a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/include/sub.h
rc67aff2 r750636a 1 1 /* 2 2 * Copyright (c) 2005 Josef Cejka 3 * Copyright (c) 2011 Petr Koupy4 3 * All rights reserved. 5 4 * … … 31 30 * @{ 32 31 */ 33 /** @file Substraction functions.32 /** @file 34 33 */ 35 34 … … 39 38 extern float32 subFloat32(float32, float32); 40 39 extern float64 subFloat64(float64, float64); 41 extern float128 subFloat128(float128, float128);42 40 43 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.