RRZE-HPC / kerncraft

Loop Kernel Analysis and Performance Modeling Toolkit
GNU Affero General Public License v3.0
86 stars 24 forks source link

added missing variant of fma in regex #111

Closed modkin closed 5 years ago

modkin commented 5 years ago

There are three variants for fmadd assembler but the regex only catches two. This fix adds the third variant

codecov-io commented 5 years ago

Codecov Report

Merging #111 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #111   +/-   ##
=======================================
  Coverage   72.55%   72.55%           
=======================================
  Files          26       26           
  Lines        3407     3407           
=======================================
  Hits         2472     2472           
  Misses        935      935
Impacted Files Coverage Δ
kerncraft/iaca.py 71.93% <100%> (ø) :arrow_up:

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 88dcf90...c7087a0. Read the comment docs.

cod3monk commented 5 years ago

Thanks!