LLVM OpenMP 22.0.0git
simd_conservative_ordered.c File Reference
#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)

Macro Definition Documentation

◆ ARRAY_SIZE

#define ARRAY_SIZE   256

Definition at line 20 of file simd_conservative_ordered.c.

Referenced by __attribute__(), and main().

Function Documentation

◆ __attribute__()

__attribute__ ( (noinline) )

Definition at line 22 of file simd_conservative_ordered.c.

References ARRAY_SIZE, and r.

◆ compare_float()

int compare_float ( float x1,
float x2,
float scalar )

Definition at line 9 of file simd_conservative_ordered.c.

References x1, and x2.

◆ main()

int main ( void )

Definition at line 67 of file simd_conservative_ordered.c.

References ARRAY_SIZE.