LLVM OpenMP 22.0.0git
|
#include <float.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
Go to the source code of this file.
Macros | |
#define | ARRAY_SIZE 256 |
Functions | |
int | compare_float (float x1, float x2, float scalar) |
__attribute__ ((noinline)) | |
int | main (void) |
#define ARRAY_SIZE 256 |
Definition at line 20 of file simd_conservative_ordered.c.
Referenced by __attribute__(), and main().
__attribute__ | ( | (noinline) | ) |
Definition at line 22 of file simd_conservative_ordered.c.
References ARRAY_SIZE, and r.
int compare_float | ( | float | x1, |
float | x2, | ||
float | scalar ) |
Definition at line 9 of file simd_conservative_ordered.c.
Definition at line 67 of file simd_conservative_ordered.c.
References ARRAY_SIZE.