commit | 3262ef2381aba22df5b7e78f568225cc69df74ab | [log] [tgz] |
---|---|---|
author | Wilco Dijkstra <wdijkstr@arm.com> | Wed Jul 04 17:45:15 2018 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Jul 04 17:46:48 2018 +0100 |
tree | c178b17e3ec94a64d19d2043f2c767e69a1bb039 | |
parent | dd178df04fc58d05cc2bd4c92efdb52cbd0d1bad [diff] |
Fix namespace issues in sincosf Use const sincos_t for clarity instead of making the typedef const. Use __inv_pi4 and __sincosf_table to avoid namespace issues with static linking.