CCTLib
Calling-context and data-object attribution library for Intel Pin
redspy_scalar_sse_tp.c File Reference
#include <stdint.h>
+ Include dependency graph for redspy_scalar_sse_tp.c:

Go to the source code of this file.

Macros

#define WORK_COUNT   10000
 

Functions

static double buf[WORK_COUNT__attribute__ ((aligned(16)))
 
int main (int argc, char **argv)
 

Variables

static volatile uint64_t sink
 

Macro Definition Documentation

◆ WORK_COUNT

#define WORK_COUNT   10000

Definition at line 6 of file redspy_scalar_sse_tp.c.

Function Documentation

◆ __attribute__()

static double buf [WORK_COUNT] __attribute__ ( (aligned(16))  )
static

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 9 of file redspy_scalar_sse_tp.c.

References buf, sink, and WORK_COUNT.

Variable Documentation

◆ sink

volatile uint64_t sink
static

Definition at line 7 of file redspy_scalar_sse_tp.c.

Referenced by main().