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.
5 lines
68 B
C++
5 lines
68 B
C++
#pragma once
|
|
|
|
template <typename T>
|
|
constexpr T sqrt(T n) noexcept;
|