10 years ago when publishing the code to bitbucket, I grabbed what I thought was a copy of the BSD-3-clause and replaced my name and year Seems like it wasn’t accurate. I updated the license on the github repository a…
This is a good question. I pondered about it myself. I could prove that a - b < c is not the same as a < b + c (large a, a=c,, b the minimum value to cause a-b change --> would result in first being true, 2nd being…
Hi, author of article here. I tested -ffast-math on clang and it won't reorder the additions to omit the conversion here. I'm actually VERY wary of -ffast-math due to a bad experience some years ago where it just…
Hi, author of the article here. Yes, talking to Lode (from Google) about getting the changes into the main development branch.
10 years ago when publishing the code to bitbucket, I grabbed what I thought was a copy of the BSD-3-clause and replaced my name and year Seems like it wasn’t accurate. I updated the license on the github repository a…
This is a good question. I pondered about it myself. I could prove that a - b < c is not the same as a < b + c (large a, a=c,, b the minimum value to cause a-b change --> would result in first being true, 2nd being…
Hi, author of article here. I tested -ffast-math on clang and it won't reorder the additions to omit the conversion here. I'm actually VERY wary of -ffast-math due to a bad experience some years ago where it just…
Hi, author of the article here. Yes, talking to Lode (from Google) about getting the changes into the main development branch.