Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softfloat/include/add.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 Addition functions.
     32/** @file
    3433 */
    3534
     
    3938extern float32 addFloat32(float32, float32);
    4039extern float64 addFloat64(float64, float64);
    41 extern float128 addFloat128(float128, float128);
    4240
    4341#endif
Note: See TracChangeset for help on using the changeset viewer.