Zack Buhman ab809791cd reorganize math and libgcc
I'd like to include bits of libgcc piecemeal--I don't want to "accidentally"
start depending on libgcc bits that I'm not aware of.

Reworked division so that it uses the on-chip division register.
2023-01-25 16:07:46 -08:00

5 lines
68 B
C++

#pragma once
template <typename T>
constexpr T sqrt(T n) noexcept;