mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix float_exponent10 order O(logN)
This commit is contained in:
parent
ef4a7ac1d8
commit
be0bc155d8
2 changed files with 75 additions and 7 deletions
|
@ -16,7 +16,7 @@ namespace sprout {
|
|||
namespace darkroom {
|
||||
namespace renderers {
|
||||
//
|
||||
//
|
||||
// default_depth
|
||||
//
|
||||
SPROUT_STATIC_CONSTEXPR std::size_t default_depth = 4;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue