commit | 087d218d95a42fc90bc6c4d2609d300c75ffc03d | [log] [tgz] |
---|---|---|
author | Damien <damien.p.george@gmail.com> | Sat Nov 09 20:14:30 2013 +0000 |
committer | Damien <damien.p.george@gmail.com> | Sat Nov 09 20:14:30 2013 +0000 |
tree | 9892ee3ed8204c9a924bdeeaf233ff0c3de1dec1 | |
parent | 6b92d451b28f277e09d6391e9bcd4cec3ef28784 [diff] [blame] |
Unix: add machine-specific sqrt support.
diff --git a/unix/mpyconfig.h b/unix/mpyconfig.h index 605b232..f187cbb 100644 --- a/unix/mpyconfig.h +++ b/unix/mpyconfig.h
@@ -14,3 +14,5 @@ typedef uint64_t machine_uint_t; // must be pointer size typedef void *machine_ptr_t; // must be of pointer size typedef double machine_float_t; + +machine_float_t machine_sqrt(machine_float_t x);