Skip to content

Commit

Permalink
add article/vector-utf and make mobile friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
camel-cdr committed Jan 27, 2024
1 parent 202c513 commit cd6f589
Show file tree
Hide file tree
Showing 46 changed files with 2,347 additions and 0 deletions.
19 changes: 19 additions & 0 deletions articles/plot.gp
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
set term svg size 800, 400
set output "output.svg"
set yrange [0:0.3]
set style data histogram
set style histogram cluster gap 1
set style fill solid
set boxwidth 0.958
set grid ytics
set key outside below maxrows 1
#unset xtics
set border 0

set title "utf8 to utf16 (input bytes/cycle)"

plot "data.dat" using 2:xtic(1) title "C908 scalar" linecolor rgb "#6119ff",\
"data.dat" using 3:xtic(1) title "C908 rvv" linecolor rgb "#b366ff",\
"data.dat" using 4:xtic(1) title "C920 scalar" linecolor rgb "#cb2e00",\
"data.dat" using 5:xtic(1) title "C920 rvv" linecolor rgb "#ff951a"

Loading

0 comments on commit cd6f589

Please sign in to comment.