Changeset 1787e527 in mainline for uspace/lib/softint/include/multiplication.h
- Timestamp:
- 2009-11-16T21:22:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ebdf94
- Parents:
- fcbd1be (diff), 9c70ed6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/include/multiplication.h
rfcbd1be r1787e527 1 1 /* 2 * Copyright (c) 200 5 Jakub Jermar2 * Copyright (c) 2009 Josef Cejka 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup ia3229 /** @addtogroup softint 30 30 * @{ 31 */ 32 /** @file 31 */ 32 /** 33 * @file 33 34 */ 34 35 35 #ifndef KERN_ia32_ARG_H_36 #define KERN_ia32_ARG_H_36 #ifndef __SOFTINT_MULTIPLICATION_H__ 37 #define __SOFTINT_MULTIPLICATION_H__ 37 38 38 #include <stackarg.h> 39 /* 64 bit multiplication */ 40 long long __muldi3(long long a, long long b); 39 41 40 42 #endif … … 42 44 /** @} 43 45 */ 46 47
Note:
See TracChangeset
for help on using the changeset viewer.