Skip to content

Commit

Permalink
add OpenGraph data to vector-utf.html
Browse files Browse the repository at this point in the history
  • Loading branch information
camel-cdr committed Jan 27, 2024
1 parent cd6f589 commit 7c8995c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added articles/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions articles/vector-utf.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:url" content="https://camel-cdr.github.io/rvv-bench-results/articles/vector-utf.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Vectorizing Unicode conversions on real RISC-V hardware">
<meta property="og:description" content="In this article we'll discuss how to achieve the speedup below for UTF-8 to UTF-16 conversion, using the RISC-V Vector extension.">
<meta property="og:image" content="https://camel-cdr.github.io/rvv-bench-results/articles/preview.png">
<meta property="og:image:secure_url" content="https://camel-cdr.github.io/rvv-bench-results/articles/preview.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Vectorizing Unicode conversions on real RISC-V hardware">

<title>Vectorizing Unicode conversions on real RISC-V hardware</title>
<link rel="stylesheet" href="../uPlot/dist/uPlot.min.css">
<link rel="stylesheet" href="../base.css">
Expand Down

0 comments on commit 7c8995c

Please sign in to comment.