Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
core.stdc.math: Improve MSVCRT support, especially for VS 2013+.
Browse files Browse the repository at this point in the history
By implementing functions defined inline in MS math.h header
(from VS 2014 CTP3) and using D wrappers for all *l functions.

hypot() forwards to _hypot() to support VS <= 2013.
  • Loading branch information
kinke committed Apr 4, 2015
1 parent 47e5962 commit 2135e94
Showing 1 changed file with 416 additions and 1 deletion.

0 comments on commit 2135e94

Please sign in to comment.