Skip to content

Commit 8161441

Browse files
committed
Add more shuffle variants
1 parent 2bd8862 commit 8161441

File tree

4 files changed

+63367
-10051
lines changed

4 files changed

+63367
-10051
lines changed

codesize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
var details = document.getElementById('details-'+label);
9191
txt = "<h3>Details</h3>"
9292
txt += j.instr + " " + j.variant + " " + escape(j.ty) + "\n";
93-
txt += "Codesize cost:"+j.codesize+"\n"
9493
txt += "Measured size:"+j.size+" (gisize:"+j.gisize+")\n"
94+
txt += "Codesize cost:"+j.codesize+"\n"
9595
txt += "Othercosts: thru:"+j.thru+" lat:"+j.lat+" sizelat:"+j.sizelat+"\n"
9696
txt += "\nIR:\n<code>"+escape(j.ll)+"</code>\n"
9797
txt += "\nAsm:\n<code>"+escape(j.asm)+"</code>\n"

0 commit comments

Comments
 (0)