[builtins] Replace __SOFT_FP__ with __SOFTFP__

Fix PR46294

Differential Revision: https://reviews.llvm.org/D82014
This commit is contained in:
Kamlesh Kumar
2021-02-22 22:57:23 -08:00
committed by Fangrui Song
parent 6e1affe71c
commit 18035991cd
6 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
#define DOUBLE_PRECISION
#include "fp_lib.h"
#ifndef __SOFT_FP__
#ifndef __SOFTFP__
// Support for systems that have hardware floating-point; can set the invalid
// flag as a side-effect of computation.

View File

@@ -9,7 +9,7 @@
#define SINGLE_PRECISION
#include "fp_lib.h"
#ifndef __SOFT_FP__
#ifndef __SOFTFP__
// Support for systems that have hardware floating-point; can set the invalid
// flag as a side-effect of computation.

View File

@@ -9,7 +9,7 @@
#define DOUBLE_PRECISION
#include "fp_lib.h"
#ifndef __SOFT_FP__
#ifndef __SOFTFP__
// Support for systems that have hardware floating-point; can set the invalid
// flag as a side-effect of computation.

View File

@@ -9,7 +9,7 @@
#define SINGLE_PRECISION
#include "fp_lib.h"
#ifndef __SOFT_FP__
#ifndef __SOFTFP__
// Support for systems that have hardware floating-point; can set the invalid
// flag as a side-effect of computation.

View File

@@ -20,7 +20,7 @@
// seee eeee eeee mmmm mmmm mmmm mmmm mmmm | mmmm mmmm mmmm mmmm mmmm mmmm mmmm
// mmmm
#ifndef __SOFT_FP__
#ifndef __SOFTFP__
// Support for systems that have hardware floating-point; we'll set the inexact
// flag as a side-effect of this computation.

View File

@@ -20,7 +20,7 @@
#include "int_lib.h"
#ifndef __SOFT_FP__
#ifndef __SOFTFP__
// Support for systems that have hardware floating-point; we'll set the inexact
// flag as a side-effect of this computation.