mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
Update comment.
llvm-svn: 108272
This commit is contained in:
parent
f84a7f2b4f
commit
d4c5f36755
@ -68,7 +68,7 @@ namespace llvm {
|
||||
/// this flag is off (the default), the code generator is not allowed to
|
||||
/// produce results that are "less precise" than IEEE allows. This includes
|
||||
/// use of X86 instructions like FSIN and FCOS instead of libcalls.
|
||||
/// UnsafeFPMath implies FiniteOnlyFPMath and LessPreciseFPMAD.
|
||||
/// UnsafeFPMath implies LessPreciseFPMAD.
|
||||
extern bool UnsafeFPMath;
|
||||
|
||||
/// FiniteOnlyFPMath - This returns true when the -enable-finite-only-fp-math
|
||||
|
Loading…
Reference in New Issue
Block a user