Changes in uspace/lib/softfloat/include/mul.h [c67aff2:750636a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/include/mul.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 Multiplication functions.32 /** @file 34 33 */ 35 34 … … 39 38 extern float32 mulFloat32(float32, float32); 40 39 extern float64 mulFloat64(float64, float64); 41 extern float128 mulFloat128(float128, float128); 40 41 extern void mul64integers(uint64_t, uint64_t, uint64_t *, uint64_t *); 42 42 43 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.