This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[cli] added round and roundf to libstd



Added support for round and roundf to the libstd support in the cli-be branch.


--
Erven.


Index: ChangeLog =================================================================== --- ChangeLog (revision 166402) +++ ChangeLog (working copy) @@ -1,3 +1,13 @@ +2010-10-06 Erven Rohou <erven.rohou@inria.fr> + + Add prototype and implementation for round and roundf. + + * libstd/include/__host.h: prototype + * libstd/src/__host.c: implementation + * libstd/src/math.c: implementation + * libstd/src/MSCorelibWrapper.cs: implementation + * libstd/src_opt/MSCorelibWrapper.cs: pinvoke declaration +


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]