PandA-2024.02
examples
MachSuite
MachSuite
sort
merge
sort.h
Go to the documentation of this file.
1
#include <stdio.h>
2
#include <stdlib.h>
3
#include <math.h>
4
#include "support.h"
5
6
#define SIZE 2048
7
#define TYPE int32_t
8
#define TYPE_MAX INT32_MAX
9
10
void
ms_mergesort
(
TYPE
a[
SIZE
]);
11
13
// Test harness interface code.
14
15
struct
bench_args_t
{
16
TYPE
a
[
SIZE
];
17
};
bench_args_t::a
TYPE a[SIZE]
Definition:
sort.h:16
ms_mergesort
void ms_mergesort(TYPE a[SIZE])
Definition:
sort.c:31
SIZE
#define SIZE
Definition:
sort.h:6
TYPE
#define TYPE
Definition:
sort.h:7
bench_args_t
Definition:
aes.h:18
Generated on Mon Feb 12 2024 13:02:50 for PandA-2024.02 by
1.8.13