mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 08:46:49 +08:00
lint
This commit is contained in:
parent
f0c709e3e4
commit
717112d257
@ -509,9 +509,11 @@ bool check_file(std::string file_name) {
|
||||
std::cout << "as raw uint16_t, parsed = " << float16_parsed
|
||||
<< ", expected = " << float16 << std::endl;
|
||||
std::cout << "fesetround: " << round_name(d) << std::endl;
|
||||
const bool is_ulfjack = file_name.find("ulfjack") != std::string::npos;
|
||||
if(is_ulfjack) {
|
||||
std::cout << "This is a known issue with ulfjack's test suite." << std::endl;
|
||||
const bool is_ulfjack =
|
||||
file_name.find("ulfjack") != std::string::npos;
|
||||
if (is_ulfjack) {
|
||||
std::cout << "This is a known issue with ulfjack's test suite."
|
||||
<< std::endl;
|
||||
} else {
|
||||
fesetround(FE_TONEAREST);
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user