Commit Graph

9 Commits

Author SHA1 Message Date
5eqn 5bfe9a6fb2 thrd test 2024-08-19 10:53:00 +08:00
wangfiox b4a3cb98a8 delete include 2024-06-14 13:25:10 +08:00
wangfiox 5d7fc40565 Revert " new file: final_performance_c/asm/01_mm1.s"
This reverts commit 69aba9bbde.
2024-06-14 10:59:45 +08:00
wangfiox 69aba9bbde new file: final_performance_c/asm/01_mm1.s
new file:   final_performance_c/asm/01_mm2.s
	new file:   final_performance_c/asm/01_mm3.s
	new file:   final_performance_c/asm/03_sort1.s
	new file:   final_performance_c/asm/03_sort2.s
	new file:   final_performance_c/asm/03_sort3.s
	new file:   final_performance_c/asm/04_spmv1.s
	new file:   final_performance_c/asm/04_spmv2.s
	new file:   final_performance_c/asm/04_spmv3.s
	new file:   final_performance_c/asm/fft0.s
	new file:   final_performance_c/asm/fft1.s
	new file:   final_performance_c/asm/fft2.s
	new file:   final_performance_c/asm/gameoflife-gosper.s
	new file:   final_performance_c/asm/gameoflife-oscillator.s
	new file:   final_performance_c/asm/gameoflife-p61glidergun.s
	new file:   final_performance_c/asm/if-combine1.s
	new file:   final_performance_c/asm/if-combine2.s
	new file:   final_performance_c/asm/if-combine3.s
	new file:   final_performance_c/asm/large_loop_array_1.s
	new file:   final_performance_c/asm/large_loop_array_2.s
	new file:   final_performance_c/asm/large_loop_array_3.s
	new file:   final_performance_c/asm/matmul1.s
	new file:   final_performance_c/asm/matmul2.s
	new file:   final_performance_c/asm/matmul3.s
	new file:   final_performance_c/asm/recursive_call_1.s
	new file:   final_performance_c/asm/recursive_call_2.s
	new file:   final_performance_c/asm/recursive_call_3.s
	new file:   final_performance_c/asm/shuffle0.s
	new file:   final_performance_c/asm/shuffle1.s
	new file:   final_performance_c/asm/shuffle2.s
	new file:   final_performance_c/asm/sl1.s
	new file:   final_performance_c/asm/sl2.s
	new file:   final_performance_c/asm/sl3.s
	new file:   final_performance_c/asm/transpose0.s
	new file:   final_performance_c/asm/transpose1.s
	new file:   final_performance_c/asm/transpose2.s
	new file:   final_performance_c/compile.toml
	new file:   final_performance_c/log/01_mm1.log
	new file:   final_performance_c/log/01_mm2.log
	new file:   final_performance_c/log/01_mm3.log
	new file:   final_performance_c/log/03_sort1.log
	new file:   final_performance_c/log/03_sort2.log
	new file:   final_performance_c/log/03_sort3.log
	new file:   final_performance_c/log/04_spmv1.log
	new file:   final_performance_c/log/04_spmv2.log
	new file:   final_performance_c/log/04_spmv3.log
	new file:   final_performance_c/log/fft0.log
	new file:   final_performance_c/log/fft1.log
	new file:   final_performance_c/log/fft2.log
	new file:   final_performance_c/log/gameoflife-gosper.log
	new file:   final_performance_c/log/gameoflife-oscillator.log
	new file:   final_performance_c/log/gameoflife-p61glidergun.log
	new file:   final_performance_c/log/if-combine1.log
	new file:   final_performance_c/log/if-combine2.log
	new file:   final_performance_c/log/if-combine3.log
	new file:   final_performance_c/log/large_loop_array_1.log
	new file:   final_performance_c/log/large_loop_array_2.log
	new file:   final_performance_c/log/large_loop_array_3.log
	new file:   final_performance_c/log/matmul1.log
	new file:   final_performance_c/log/matmul2.log
	new file:   final_performance_c/log/matmul3.log
	new file:   final_performance_c/log/recursive_call_1.log
	new file:   final_performance_c/log/recursive_call_2.log
	new file:   final_performance_c/log/recursive_call_3.log
	new file:   final_performance_c/log/shuffle0.log
	new file:   final_performance_c/log/shuffle1.log
	new file:   final_performance_c/log/shuffle2.log
	new file:   final_performance_c/log/sl1.log
	new file:   final_performance_c/log/sl2.log
	new file:   final_performance_c/log/sl3.log
	new file:   final_performance_c/log/transpose0.log
	new file:   final_performance_c/log/transpose1.log
	new file:   final_performance_c/log/transpose2.log
	new file:   functional_c/asm/00_main.s
	new file:   functional_c/asm/01_var_defn2.s
	new file:   functional_c/asm/02_var_defn3.s
	new file:   functional_c/asm/03_arr_defn2.s
	new file:   functional_c/asm/04_arr_defn3.s
	new file:   functional_c/asm/05_arr_defn4.s
	new file:   functional_c/asm/06_const_var_defn2.s
	new file:   functional_c/asm/07_const_var_defn3.s
	new file:   functional_c/asm/08_const_array_defn.s
	new file:   functional_c/asm/09_func_defn.s
	new file:   functional_c/asm/10_var_defn_func.s
	new file:   functional_c/asm/11_add2.s
	new file:   functional_c/asm/12_addc.s
	new file:   functional_c/asm/13_sub2.s
	new file:   functional_c/asm/14_subc.s
	new file:   functional_c/asm/15_mul.s
	new file:   functional_c/asm/16_mulc.s
	new file:   functional_c/asm/17_div.s
	new file:   functional_c/asm/18_divc.s
	new file:   functional_c/asm/19_mod.s
	new file:   functional_c/asm/20_rem.s
	new file:   functional_c/asm/21_if_test2.s
	new file:   functional_c/asm/22_if_test3.s
	new file:   functional_c/asm/23_if_test4.s
	new file:   functional_c/asm/24_if_test5.s
	new file:   functional_c/asm/25_while_if.s
	new file:   functional_c/asm/26_while_test1.s
	new file:   functional_c/asm/27_while_test2.s
	new file:   functional_c/asm/28_while_test3.s
	new file:   functional_c/asm/29_break.s
	new file:   functional_c/asm/30_continue.s
	new file:   functional_c/asm/31_while_if_test1.s
	new file:   functional_c/asm/32_while_if_test2.s
	new file:   functional_c/asm/33_while_if_test3.s
	new file:   functional_c/asm/34_arr_expr_len.s
	new file:   functional_c/asm/35_op_priority1.s
	new file:   functional_c/asm/36_op_priority2.s
	new file:   functional_c/asm/37_op_priority3.s
	new file:   functional_c/asm/38_op_priority4.s
	new file:   functional_c/asm/39_op_priority5.s
	new file:   functional_c/asm/40_unary_op.s
	new file:   functional_c/asm/41_unary_op2.s
	new file:   functional_c/asm/42_empty_stmt.s
	new file:   functional_c/asm/43_logi_assign.s
	new file:   functional_c/asm/44_stmt_expr.s
	new file:   functional_c/asm/45_comment1.s
	new file:   functional_c/asm/46_hex_defn.s
	new file:   functional_c/asm/47_hex_oct_add.s
	new file:   functional_c/asm/48_assign_complex_expr.s
	new file:   functional_c/asm/49_if_complex_expr.s
	new file:   functional_c/asm/50_short_circuit.s
	new file:   functional_c/asm/51_short_circuit3.s
	new file:   functional_c/asm/52_scope.s
	new file:   functional_c/asm/53_scope2.s
	new file:   functional_c/asm/54_hidden_var.s
	new file:   functional_c/asm/55_sort_test1.s
	new file:   functional_c/asm/56_sort_test2.s
	new file:   functional_c/asm/57_sort_test3.s
	new file:   functional_c/asm/58_sort_test4.s
	new file:   functional_c/asm/59_sort_test5.s
	new file:   functional_c/asm/60_sort_test6.s
	new file:   functional_c/asm/61_sort_test7.s
	new file:   functional_c/asm/62_percolation.s
	new file:   functional_c/asm/63_big_int_mul.s
	new file:   functional_c/asm/64_calculator.s
	new file:   functional_c/asm/65_color.s
	new file:   functional_c/asm/66_exgcd.s
	new file:   functional_c/asm/67_reverse_output.s
	new file:   functional_c/asm/68_brainfk.s
	new file:   functional_c/asm/69_expr_eval.s
	new file:   functional_c/asm/70_dijkstra.s
	new file:   functional_c/asm/71_full_conn.s
	new file:   functional_c/asm/72_hanoi.s
	new file:   functional_c/asm/73_int_io.s
	new file:   functional_c/asm/74_kmp.s
	new file:   functional_c/asm/75_max_flow.s
	new file:   functional_c/asm/76_n_queens.s
	new file:   functional_c/asm/77_substr.s
	new file:   functional_c/asm/78_side_effect.s
	new file:   functional_c/asm/79_var_name.s
	new file:   functional_c/asm/80_chaos_token.s
	new file:   functional_c/asm/81_skip_spaces.s
	new file:   functional_c/asm/82_long_func.s
	new file:   functional_c/asm/83_long_array.s
	new file:   functional_c/asm/84_long_array2.s
	new file:   functional_c/asm/85_long_code.s
	new file:   functional_c/asm/86_long_code2.s
	new file:   functional_c/asm/87_many_params.s
	new file:   functional_c/asm/88_many_params2.s
	new file:   functional_c/asm/89_many_globals.s
	new file:   functional_c/asm/90_many_locals.s
	new file:   functional_c/asm/91_many_locals2.s
	new file:   functional_c/asm/92_register_alloc.s
	new file:   functional_c/asm/93_nested_calls.s
	new file:   functional_c/asm/94_nested_loops.s
	new file:   functional_c/asm/95_float.s
	new file:   functional_c/asm/96_matrix_add.s
	new file:   functional_c/asm/97_matrix_sub.s
	new file:   functional_c/asm/98_matrix_mul.s
	new file:   functional_c/asm/99_matrix_tran.s
	new file:   functional_c/compile.toml
	new file:   functional_c/log/00_main.log
	new file:   functional_c/log/01_var_defn2.log
	new file:   functional_c/log/02_var_defn3.log
	new file:   functional_c/log/03_arr_defn2.log
	new file:   functional_c/log/04_arr_defn3.log
	new file:   functional_c/log/05_arr_defn4.log
	new file:   functional_c/log/06_const_var_defn2.log
	new file:   functional_c/log/07_const_var_defn3.log
	new file:   functional_c/log/08_const_array_defn.log
	new file:   functional_c/log/09_func_defn.log
	new file:   functional_c/log/10_var_defn_func.log
	new file:   functional_c/log/11_add2.log
	new file:   functional_c/log/12_addc.log
	new file:   functional_c/log/13_sub2.log
	new file:   functional_c/log/14_subc.log
	new file:   functional_c/log/15_mul.log
	new file:   functional_c/log/16_mulc.log
	new file:   functional_c/log/17_div.log
	new file:   functional_c/log/18_divc.log
	new file:   functional_c/log/19_mod.log
	new file:   functional_c/log/20_rem.log
	new file:   functional_c/log/21_if_test2.log
	new file:   functional_c/log/22_if_test3.log
	new file:   functional_c/log/23_if_test4.log
	new file:   functional_c/log/24_if_test5.log
	new file:   functional_c/log/25_while_if.log
	new file:   functional_c/log/26_while_test1.log
	new file:   functional_c/log/27_while_test2.log
	new file:   functional_c/log/28_while_test3.log
	new file:   functional_c/log/29_break.log
	new file:   functional_c/log/30_continue.log
	new file:   functional_c/log/31_while_if_test1.log
	new file:   functional_c/log/32_while_if_test2.log
	new file:   functional_c/log/33_while_if_test3.log
	new file:   functional_c/log/34_arr_expr_len.log
	new file:   functional_c/log/35_op_priority1.log
	new file:   functional_c/log/36_op_priority2.log
	new file:   functional_c/log/37_op_priority3.log
	new file:   functional_c/log/38_op_priority4.log
	new file:   functional_c/log/39_op_priority5.log
	new file:   functional_c/log/40_unary_op.log
	new file:   functional_c/log/41_unary_op2.log
	new file:   functional_c/log/42_empty_stmt.log
	new file:   functional_c/log/43_logi_assign.log
	new file:   functional_c/log/44_stmt_expr.log
	new file:   functional_c/log/45_comment1.log
	new file:   functional_c/log/46_hex_defn.log
	new file:   functional_c/log/47_hex_oct_add.log
	new file:   functional_c/log/48_assign_complex_expr.log
	new file:   functional_c/log/49_if_complex_expr.log
	new file:   functional_c/log/50_short_circuit.log
	new file:   functional_c/log/51_short_circuit3.log
	new file:   functional_c/log/52_scope.log
	new file:   functional_c/log/53_scope2.log
	new file:   functional_c/log/54_hidden_var.log
	new file:   functional_c/log/55_sort_test1.log
	new file:   functional_c/log/56_sort_test2.log
	new file:   functional_c/log/57_sort_test3.log
	new file:   functional_c/log/58_sort_test4.log
	new file:   functional_c/log/59_sort_test5.log
	new file:   functional_c/log/60_sort_test6.log
	new file:   functional_c/log/61_sort_test7.log
	new file:   functional_c/log/62_percolation.log
	new file:   functional_c/log/63_big_int_mul.log
	new file:   functional_c/log/64_calculator.log
	new file:   functional_c/log/65_color.log
	new file:   functional_c/log/66_exgcd.log
	new file:   functional_c/log/67_reverse_output.log
	new file:   functional_c/log/68_brainfk.log
	new file:   functional_c/log/69_expr_eval.log
	new file:   functional_c/log/70_dijkstra.log
	new file:   functional_c/log/71_full_conn.log
	new file:   functional_c/log/72_hanoi.log
	new file:   functional_c/log/73_int_io.log
	new file:   functional_c/log/74_kmp.log
	new file:   functional_c/log/75_max_flow.log
	new file:   functional_c/log/76_n_queens.log
	new file:   functional_c/log/77_substr.log
	new file:   functional_c/log/78_side_effect.log
	new file:   functional_c/log/79_var_name.log
	new file:   functional_c/log/80_chaos_token.log
	new file:   functional_c/log/81_skip_spaces.log
	new file:   functional_c/log/82_long_func.log
	new file:   functional_c/log/83_long_array.log
	new file:   functional_c/log/84_long_array2.log
	new file:   functional_c/log/85_long_code.log
	new file:   functional_c/log/86_long_code2.log
	new file:   functional_c/log/87_many_params.log
	new file:   functional_c/log/88_many_params2.log
	new file:   functional_c/log/89_many_globals.log
	new file:   functional_c/log/90_many_locals.log
	new file:   functional_c/log/91_many_locals2.log
	new file:   functional_c/log/92_register_alloc.log
	new file:   functional_c/log/93_nested_calls.log
	new file:   functional_c/log/94_nested_loops.log
	new file:   functional_c/log/95_float.log
	new file:   functional_c/log/96_matrix_add.log
	new file:   functional_c/log/97_matrix_sub.log
	new file:   functional_c/log/98_matrix_mul.log
	new file:   functional_c/log/99_matrix_tran.log
	new file:   hidden_functional_c/asm/00_comment2.s
	new file:   hidden_functional_c/asm/01_multiple_returns.s
	new file:   hidden_functional_c/asm/02_ret_in_block.s
	new file:   hidden_functional_c/asm/03_branch.s
	new file:   hidden_functional_c/asm/04_break_continue.s
	new file:   hidden_functional_c/asm/05_param_name.s
	new file:   hidden_functional_c/asm/06_func_name.s
	new file:   hidden_functional_c/asm/07_arr_init_nd.s
	new file:   hidden_functional_c/asm/08_global_arr_init.s
	new file:   hidden_functional_c/asm/09_BFS.s
	new file:   hidden_functional_c/asm/10_DFS.s
	new file:   hidden_functional_c/asm/11_BST.s
	new file:   hidden_functional_c/asm/12_DSU.s
	new file:   hidden_functional_c/asm/13_LCA.s
	new file:   hidden_functional_c/asm/14_dp.s
	new file:   hidden_functional_c/asm/15_graph_coloring.s
	new file:   hidden_functional_c/asm/16_k_smallest.s
	new file:   hidden_functional_c/asm/17_maximal_clique.s
	new file:   hidden_functional_c/asm/18_prim.s
	new file:   hidden_functional_c/asm/19_search.s
	new file:   hidden_functional_c/asm/20_sort.s
	new file:   hidden_functional_c/asm/21_union_find.s
	new file:   hidden_functional_c/asm/22_matrix_multiply.s
	new file:   hidden_functional_c/asm/23_json.s
	new file:   hidden_functional_c/asm/24_array_only.s
	new file:   hidden_functional_c/asm/25_scope3.s
	new file:   hidden_functional_c/asm/26_scope4.s
	new file:   hidden_functional_c/asm/27_scope5.s
	new file:   hidden_functional_c/asm/28_side_effect2.s
	new file:   hidden_functional_c/asm/29_long_line.s
	new file:   hidden_functional_c/asm/30_many_dimensions.s
	new file:   hidden_functional_c/asm/31_many_indirections.s
	new file:   hidden_functional_c/asm/32_many_params3.s
	new file:   hidden_functional_c/asm/33_multi_branch.s
	new file:   hidden_functional_c/asm/34_multi_loop.s
	new file:   hidden_functional_c/asm/35_math.s
	new file:   hidden_functional_c/asm/39_fp_params.s
	new file:   hidden_functional_c/compile.toml
	new file:   hidden_functional_c/log/00_comment2.log
	new file:   hidden_functional_c/log/01_multiple_returns.log
	new file:   hidden_functional_c/log/02_ret_in_block.log
	new file:   hidden_functional_c/log/03_branch.log
	new file:   hidden_functional_c/log/04_break_continue.log
	new file:   hidden_functional_c/log/05_param_name.log
	new file:   hidden_functional_c/log/06_func_name.log
	new file:   hidden_functional_c/log/07_arr_init_nd.log
	new file:   hidden_functional_c/log/08_global_arr_init.log
	new file:   hidden_functional_c/log/09_BFS.log
	new file:   hidden_functional_c/log/10_DFS.log
	new file:   hidden_functional_c/log/11_BST.log
	new file:   hidden_functional_c/log/12_DSU.log
	new file:   hidden_functional_c/log/13_LCA.log
	new file:   hidden_functional_c/log/14_dp.log
	new file:   hidden_functional_c/log/15_graph_coloring.log
	new file:   hidden_functional_c/log/16_k_smallest.log
	new file:   hidden_functional_c/log/17_maximal_clique.log
	new file:   hidden_functional_c/log/18_prim.log
	new file:   hidden_functional_c/log/19_search.log
	new file:   hidden_functional_c/log/20_sort.log
	new file:   hidden_functional_c/log/21_union_find.log
	new file:   hidden_functional_c/log/22_matrix_multiply.log
	new file:   hidden_functional_c/log/23_json.log
	new file:   hidden_functional_c/log/24_array_only.log
	new file:   hidden_functional_c/log/25_scope3.log
	new file:   hidden_functional_c/log/26_scope4.log
	new file:   hidden_functional_c/log/27_scope5.log
	new file:   hidden_functional_c/log/28_side_effect2.log
	new file:   hidden_functional_c/log/29_long_line.log
	new file:   hidden_functional_c/log/30_many_dimensions.log
	new file:   hidden_functional_c/log/31_many_indirections.log
	new file:   hidden_functional_c/log/32_many_params3.log
	new file:   hidden_functional_c/log/33_multi_branch.log
	new file:   hidden_functional_c/log/34_multi_loop.log
	new file:   hidden_functional_c/log/35_math.log
	new file:   hidden_functional_c/log/39_fp_params.log
	new file:   performance_c/asm/00_bitset1.s
	new file:   performance_c/asm/00_bitset2.s
	new file:   performance_c/asm/00_bitset3.s
	new file:   performance_c/asm/01_mm1.s
	new file:   performance_c/asm/01_mm2.s
	new file:   performance_c/asm/01_mm3.s
	new file:   performance_c/asm/02_mv1.s
	new file:   performance_c/asm/02_mv2.s
	new file:   performance_c/asm/02_mv3.s
	new file:   performance_c/asm/03_sort1.s
	new file:   performance_c/asm/03_sort2.s
	new file:   performance_c/asm/03_sort3.s
	new file:   performance_c/asm/04_spmv1.s
	new file:   performance_c/asm/04_spmv2.s
	new file:   performance_c/asm/04_spmv3.s
	new file:   performance_c/asm/brainfuck-bootstrap.s
	new file:   performance_c/asm/brainfuck-mandelbrot-nerf.s
	new file:   performance_c/asm/brainfuck-pi-nerf.s
	new file:   performance_c/asm/conv0.s
	new file:   performance_c/asm/conv1.s
	new file:   performance_c/asm/conv2.s
	new file:   performance_c/asm/crypto-1.s
	new file:   performance_c/asm/crypto-2.s
	new file:   performance_c/asm/crypto-3.s
	new file:   performance_c/asm/dead-code-elimination-1.s
	new file:   performance_c/asm/dead-code-elimination-2.s
	new file:   performance_c/asm/dead-code-elimination-3.s
	new file:   performance_c/asm/fft0.s
	new file:   performance_c/asm/fft1.s
	new file:   performance_c/asm/fft2.s
	new file:   performance_c/asm/floyd-0.s
	new file:   performance_c/asm/floyd-1.s
	new file:   performance_c/asm/floyd-2.s
	new file:   performance_c/asm/gameoflife-gosper.s
	new file:   performance_c/asm/gameoflife-oscillator.s
	new file:   performance_c/asm/gameoflife-p61glidergun.s
	new file:   performance_c/asm/hoist-1.s
	new file:   performance_c/asm/hoist-2.s
	new file:   performance_c/asm/hoist-3.s
	new file:   performance_c/asm/instruction-combining-1.s
	new file:   performance_c/asm/instruction-combining-2.s
	new file:   performance_c/asm/instruction-combining-3.s
	new file:   performance_c/asm/integer-divide-optimization-1.s
	new file:   performance_c/asm/integer-divide-optimization-2.s
	new file:   performance_c/asm/integer-divide-optimization-3.s
	new file:   performance_c/asm/median0.s
	new file:   performance_c/asm/median1.s
	new file:   performance_c/asm/median2.s
	new file:   performance_c/asm/shuffle0.s
	new file:   performance_c/asm/shuffle1.s
	new file:   performance_c/asm/shuffle2.s
	new file:   performance_c/asm/sl1.s
	new file:   performance_c/asm/sl2.s
	new file:   performance_c/asm/sl3.s
	new file:   performance_c/asm/stencil0.s
	new file:   performance_c/asm/stencil1.s
	new file:   performance_c/asm/transpose0.s
	new file:   performance_c/asm/transpose1.s
	new file:   performance_c/asm/transpose2.s
	new file:   performance_c/compile.toml
	new file:   performance_c/log/00_bitset1.log
	new file:   performance_c/log/00_bitset2.log
	new file:   performance_c/log/00_bitset3.log
	new file:   performance_c/log/01_mm1.log
	new file:   performance_c/log/01_mm2.log
	new file:   performance_c/log/01_mm3.log
	new file:   performance_c/log/02_mv1.log
	new file:   performance_c/log/02_mv2.log
	new file:   performance_c/log/02_mv3.log
	new file:   performance_c/log/03_sort1.log
	new file:   performance_c/log/03_sort2.log
	new file:   performance_c/log/03_sort3.log
	new file:   performance_c/log/04_spmv1.log
	new file:   performance_c/log/04_spmv2.log
	new file:   performance_c/log/04_spmv3.log
	new file:   performance_c/log/brainfuck-bootstrap.log
	new file:   performance_c/log/brainfuck-mandelbrot-nerf.log
	new file:   performance_c/log/brainfuck-pi-nerf.log
	new file:   performance_c/log/conv0.log
	new file:   performance_c/log/conv1.log
	new file:   performance_c/log/conv2.log
	new file:   performance_c/log/crypto-1.log
	new file:   performance_c/log/crypto-2.log
	new file:   performance_c/log/crypto-3.log
	new file:   performance_c/log/dead-code-elimination-1.log
	new file:   performance_c/log/dead-code-elimination-2.log
	new file:   performance_c/log/dead-code-elimination-3.log
	new file:   performance_c/log/fft0.log
	new file:   performance_c/log/fft1.log
	new file:   performance_c/log/fft2.log
	new file:   performance_c/log/floyd-0.log
	new file:   performance_c/log/floyd-1.log
	new file:   performance_c/log/floyd-2.log
	new file:   performance_c/log/gameoflife-gosper.log
	new file:   performance_c/log/gameoflife-oscillator.log
	new file:   performance_c/log/gameoflife-p61glidergun.log
	new file:   performance_c/log/hoist-1.log
	new file:   performance_c/log/hoist-2.log
	new file:   performance_c/log/hoist-3.log
	new file:   performance_c/log/instruction-combining-1.log
	new file:   performance_c/log/instruction-combining-2.log
	new file:   performance_c/log/instruction-combining-3.log
	new file:   performance_c/log/integer-divide-optimization-1.log
	new file:   performance_c/log/integer-divide-optimization-2.log
	new file:   performance_c/log/integer-divide-optimization-3.log
	new file:   performance_c/log/median0.log
	new file:   performance_c/log/median1.log
	new file:   performance_c/log/median2.log
	new file:   performance_c/log/shuffle0.log
	new file:   performance_c/log/shuffle1.log
	new file:   performance_c/log/shuffle2.log
	new file:   performance_c/log/sl1.log
	new file:   performance_c/log/sl2.log
	new file:   performance_c/log/sl3.log
	new file:   performance_c/log/stencil0.log
	new file:   performance_c/log/stencil1.log
	new file:   performance_c/log/sylib.h
	new file:   performance_c/log/transpose0.log
	new file:   performance_c/log/transpose1.log
	new file:   performance_c/log/transpose2.log
	modified:   scripts/cmpl.sh
2024-06-14 10:46:17 +08:00
wangfiox 7dbdec1694 add include 2024-06-02 22:04:54 +08:00
wangfiox f14b8f0808 🔥 删除 #include "sylib.h" ,删除 sylib.h 2024-05-19 17:04:50 +08:00
wangfiox 875693f977 🐛 2024-05-19 12:20:56 +08:00
wangfiox 5b097e7feb Delete hidden_functional_c/.DS_Store 2024-04-14 22:27:38 +08:00
wangfiox 8a8167f7f9 input 2024-04-14 22:20:29 +08:00