Closed twitchyliquid64 closed 5 years ago
Merging #128 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #128 +/- ##
======================================
Coverage 66.5% 66.5%
======================================
Files 41 41
Lines 4490 4490
======================================
Hits 2986 2986
Misses 1233 1233
Partials 271 271
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 83c8885...cbec603. Read the comment docs.
this should have "improved" the benchmarks, right? :)
Dont think so, as processors arent much faster on 32bit floats than 64bit floats?
my naive assumption was that pipelines would be somewhat more full.
Looks like the floating point operations are only ~3x faster instead of ~5x. I think this is attributable to missing operations for conversion from integer to float - hopefully I'll get around to that this weekend.