Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softfloat/include/mul.h

    rc67aff2 r750636a  
    11/*
    22 * Copyright (c) 2005 Josef Cejka
    3  * Copyright (c) 2011 Petr Koupy
    43 * All rights reserved.
    54 *
     
    3130 * @{
    3231 */
    33 /** @file Multiplication functions.
     32/** @file
    3433 */
    3534
     
    3938extern float32 mulFloat32(float32, float32);
    4039extern float64 mulFloat64(float64, float64);
    41 extern float128 mulFloat128(float128, float128);
     40
     41extern void mul64integers(uint64_t, uint64_t, uint64_t *, uint64_t *);
    4242
    4343#endif
Note: See TracChangeset for help on using the changeset viewer.