mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 00:50:03 +08:00
[builtins] Replace __SOFT_FP__ with __SOFTFP__
Fix PR46294 Differential Revision: https://reviews.llvm.org/D82014
This commit is contained in:
committed by
Fangrui Song
parent
6e1affe71c
commit
18035991cd
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user