Skip to content

Commit 7452679

Browse files
committed
clang-format
1 parent 484bd4c commit 7452679

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

test/performance/interleave.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Result test_deinterleave(int factor, const Target &t) {
101101

102102
// Uncomment to dump asm for inspection
103103
output.compile_to_assembly("/dev/stdout",
104-
std::vector<Argument>{in}, "interleave", t);
104+
std::vector<Argument>{in}, "interleave", t);
105105

106106
return Result{(int)sizeof(T), factor, out.size_in_bytes() / (1.0e9 * time)};
107107
}
@@ -121,8 +121,8 @@ int main(int argc, char **argv) {
121121
for (int t : {1, 2, 4, 8}) {
122122
for (int f = 2; f < 16; f++) {
123123
#else
124-
{
125-
{
124+
{
125+
{
126126
int t = 1, f = 4;
127127
#endif
128128
Result r1, r2;
@@ -150,7 +150,6 @@ int main(int argc, char **argv) {
150150
<< r1.factor << " "
151151
<< r1.bandwidth << " "
152152
<< r2.bandwidth << "\n";
153-
154153
}
155154
}
156155

0 commit comments

Comments
 (0)