PAPI 7.1.0.0
Loading...
Searching...
No Matches
weak_symbols.c
Go to the documentation of this file.
1#include <stdio.h>
2#include "vec.h"
3
4#pragma weak vec_driver
5
6void __attribute__((weak)) vec_driver(char* papi_event_name, hw_desc_t *hw_desc, char* outdir)
7{
8 (void)hw_desc;
9
10 fprintf(stderr, "Failed to create %s.vec in %s. The Vector FLOP benchmark is not supported on this architecture!\n", papi_event_name, outdir);
11}
unsigned long AO_t __attribute__((__aligned__(4)))
Definition: m68k.h:21
FILE * stderr
void vec_driver(char *papi_event_name, hw_desc_t *hw_desc, char *outdir)
Definition: vec.c:9