Remove now-unused stuffs

This commit is contained in:
Junekey Jeon 2022-01-12 16:43:20 -08:00 committed by Victor Zverovich
parent 35a468ed38
commit 04eea0f0a8

View File

@ -1218,9 +1218,6 @@ template <> struct float_info<float> {
static const int cache_bits = 64; static const int cache_bits = 64;
static const int divisibility_check_by_5_threshold = 39; 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_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_lower_threshold = 2;
static const int case_shorter_interval_left_endpoint_upper_threshold = 3; static const int case_shorter_interval_left_endpoint_upper_threshold = 3;
static const int shorter_interval_tie_lower_threshold = -35; 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 cache_bits = 128;
static const int divisibility_check_by_5_threshold = 86; 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_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_lower_threshold = 2;
static const int case_shorter_interval_left_endpoint_upper_threshold = 3; static const int case_shorter_interval_left_endpoint_upper_threshold = 3;
static const int shorter_interval_tie_lower_threshold = -77; static const int shorter_interval_tie_lower_threshold = -77;