Mercurial > hg > CbC > CbC_llvm
comparison flang/lib/Evaluate/target.cpp @ 252:1f2b6ac9f198 llvm-original
LLVM16-1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 09:04:13 +0900 |
parents | c4bab56944e8 |
children |
comparison
equal
deleted
inserted
replaced
237:c80f45b162ad | 252:1f2b6ac9f198 |
---|---|
100 | 100 |
101 void TargetCharacteristics::set_isBigEndian(bool isBig) { | 101 void TargetCharacteristics::set_isBigEndian(bool isBig) { |
102 isBigEndian_ = isBig; | 102 isBigEndian_ = isBig; |
103 } | 103 } |
104 | 104 |
105 void TargetCharacteristics::set_isPPC(bool isPowerPC) { isPPC_ = isPowerPC; } | |
106 | |
105 void TargetCharacteristics::set_areSubnormalsFlushedToZero(bool yes) { | 107 void TargetCharacteristics::set_areSubnormalsFlushedToZero(bool yes) { |
106 areSubnormalsFlushedToZero_ = yes; | 108 areSubnormalsFlushedToZero_ = yes; |
107 } | 109 } |
108 | 110 |
109 void TargetCharacteristics::set_roundingMode(Rounding rounding) { | 111 void TargetCharacteristics::set_roundingMode(Rounding rounding) { |