Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrantq committed Oct 31, 2024
1 parent 23ea793 commit 35eb065
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions microbm/cm.csv
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
fneg,float,22
fadd,float,22
fsub,float,21
fsub,float,22
fmul,float,22
fdiv,float,23
fcmp,float,20
fdiv,float,22
fcmp,float,16
fpext_float_to_double,float,22
sin,float,148
cos,float,149
tan,float,252
exp,float,128
log,float,84
sqrt,float,39
expm1,float,87
log1p,float,127
cbrt,float,670
pow,float,270
fabs,float,24
hypot,float,935
fma,float,84
fneg,double,23
fadd,double,24
fsub,double,24
fmul,double,24
fdiv,double,38
fcmp,double,26
fptrunc_double_to_float,double,22
sin,double,1318
cos,double,1329
tan,double,1528
exp,double,259
log,double,153
sqrt,double,62
expm1,double,86
log1p,double,217
cbrt,double,403
pow,double,348
fabs,double,22
hypot,double,558
fma,double,82
sin,float,100
cos,float,103
tan,float,246
exp,float,142
log,float,83
sqrt,float,33
expm1,float,106
log1p,float,110
cbrt,float,584
pow,float,159
fabs,float,20
hypot,float,608
fma,float,75
fneg,double,19
fadd,double,19
fsub,double,19
fmul,double,19
fdiv,double,28
fcmp,double,15
fptrunc_double_to_float,double,19
sin,double,829
cos,double,859
tan,double,998
exp,double,192
log,double,104
sqrt,double,52
expm1,double,75
log1p,double,118
cbrt,double,244
pow,double,225
fabs,double,20
hypot,double,382
fma,double,74

0 comments on commit 35eb065

Please sign in to comment.