aboutsummaryrefslogtreecommitdiff
path: root/win32/include/math.h
Commit message (Collapse)AuthorAgeFilesLines
* add declaration of the "double trunc (double _x)" and winsock2.hseyko2015-03-031-0/+21
| | | | This allow to build a windows version of the nimrod compiler.
* A lrint functions in win32/include/math.h are rewrittem because tcc can't ↵seyko2015-03-031-15/+30
| | | | handle "t" constraint
* Fix "Add support for struct > 4B returned via registers"grischka2013-12-161-0/+2
| | | | | | | | | | | - avoid assumption "ret_align == register_size" which is false for non-arm targets - rename symbol "sret" to more descriptive "ret_nregs" This fixes commit dcec8673f21da86ae3dcf1ca3e9498127715b795 Also: - remove multiple definitions in win32/include/math.h
* win64: use new headers from mingwgrischka2009-07-181-321/+660
|
* dos2unixbellard2005-04-171-438/+438
|
* win32 mergebellard2005-04-141-0/+438