Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
04eea0f0
Commit
04eea0f0
authored
Jan 12, 2022
by
Junekey Jeon
Committed by
Victor Zverovich
Jan 19, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove now-unused stuffs
parent
35a468ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
include/fmt/format.h
include/fmt/format.h
+0
-6
No files found.
include/fmt/format.h
View file @
04eea0f0
...
...
@@ -1218,9 +1218,6 @@ template <> struct float_info<float> {
static
const
int
cache_bits
=
64
;
static
const
int
divisibility_check_by_5_threshold
=
39
;
static
const
int
case_fc_pm_half_lower_threshold
=
-
1
;
static
const
int
case_fc_pm_half_upper_threshold
=
6
;
static
const
int
case_fc_lower_threshold
=
-
2
;
static
const
int
case_fc_upper_threshold
=
6
;
static
const
int
case_shorter_interval_left_endpoint_lower_threshold
=
2
;
static
const
int
case_shorter_interval_left_endpoint_upper_threshold
=
3
;
static
const
int
shorter_interval_tie_lower_threshold
=
-
35
;
...
...
@@ -1244,9 +1241,6 @@ template <> struct float_info<double> {
static
const
int
cache_bits
=
128
;
static
const
int
divisibility_check_by_5_threshold
=
86
;
static
const
int
case_fc_pm_half_lower_threshold
=
-
2
;
static
const
int
case_fc_pm_half_upper_threshold
=
9
;
static
const
int
case_fc_lower_threshold
=
-
4
;
static
const
int
case_fc_upper_threshold
=
9
;
static
const
int
case_shorter_interval_left_endpoint_lower_threshold
=
2
;
static
const
int
case_shorter_interval_left_endpoint_upper_threshold
=
3
;
static
const
int
shorter_interval_tie_lower_threshold
=
-
77
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment