File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -664,8 +664,8 @@ void test_scalar_equivalence() {
664664 << " , Got: " << std::get<int64_t >(eval_res.lanes [0 ]);
665665
666666 // 2. Float scalar math equivalence
667- using std::sin;
668667 using Halide::sin;
668+ using std::sin;
669669 auto math_test_float = [](const auto &x, const auto &y) {
670670 return (x * y) - sin (x / (y + 1 .0f ));
671671 };
Original file line number Diff line number Diff line change 55#include " CSE.h"
66#include " CodeGen_C.h"
77#include " Deinterleave.h"
8+ #include " ExprInterpreter.h"
89#include " Func.h"
910#include " Generator.h"
1011#include " IR.h"
1819#include " Solve.h"
1920#include " SpirvIR.h"
2021#include " UniquifyVariableNames.h"
21- #include " ExprInterpreter.h"
2222
2323using namespace Halide ;
2424using namespace Halide ::Internal;
You can’t perform that action at this time.
0 commit comments