File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1022,25 +1022,25 @@ const Approximation *best_log_approximation(Halide::ApproximationPrecision preci
10221022// ====
10231023
10241024const std::vector<Approximation> &get_table_atan () {
1025- return table_atan;
1025+ return table_atan;
10261026}
10271027const std::vector<Approximation> &get_table_sin () {
1028- return table_sin;
1028+ return table_sin;
10291029}
10301030const std::vector<Approximation> &get_table_cos () {
1031- return table_cos;
1031+ return table_cos;
10321032}
10331033const std::vector<Approximation> &get_table_tan () {
1034- return table_tan;
1034+ return table_tan;
10351035}
10361036const std::vector<Approximation> &get_table_expm1 () {
1037- return table_expm1;
1037+ return table_expm1;
10381038}
10391039const std::vector<Approximation> &get_table_exp () {
1040- return table_exp;
1040+ return table_exp;
10411041}
10421042const std::vector<Approximation> &get_table_log () {
1043- return table_log;
1043+ return table_log;
10441044}
10451045
10461046} // namespace ApproximationTables
You can’t perform that action at this time.
0 commit comments