From 8ab2851291ed74ac83c0cdade5bdbc921eae6262 Mon Sep 17 00:00:00 2001 From: TOMYUE <1196656373@qq.com> Date: Thu, 20 Nov 2025 19:55:54 +0800 Subject: [PATCH] Modify description --- dev/app.js | 8 ++++---- dev/app.jsx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev/app.js b/dev/app.js index 0bdc282f..5254e77d 100644 --- a/dev/app.js +++ b/dev/app.js @@ -128,8 +128,8 @@ const Features = () => { desc: "Translates AVX-512 instructions at runtime into semantically equivalent sequences of supported instructions.", icon: "cpu" }, { - title: "High Performance", - desc: "Achieves near-native performance on real-world workloads like XZ compression and LLaMa.cpp", + title: "Effective Performance", + desc: "Achieves effective performance on real-world workloads like xz compression and LLaMa.cpp", icon: "zap" }]; return /*#__PURE__*/React.createElement("section", { @@ -396,14 +396,14 @@ const Benchmarks = () => { name: "file-archive", size: 20, className: "text-yellow-500" - }), "XZ Compression (Time)"), /*#__PURE__*/React.createElement("div", { + }), "xz Compression (Time)"), /*#__PURE__*/React.createElement("div", { className: "space-y-6" }, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", { className: "flex justify-between text-sm mb-2" }, /*#__PURE__*/React.createElement("span", { className: "text-white font-medium" }, "Dr.avx"), /*#__PURE__*/React.createElement("span", { - className: "text-green-400" + className: "text-blue-400" }, "106.64 s")), /*#__PURE__*/React.createElement("div", { className: "h-4 bg-black/50 rounded-full overflow-hidden" }, /*#__PURE__*/React.createElement("div", { diff --git a/dev/app.jsx b/dev/app.jsx index b43e4095..b7158d77 100644 --- a/dev/app.jsx +++ b/dev/app.jsx @@ -122,8 +122,8 @@ const Features = () => { icon: "cpu" }, { - title: "High Performance", - desc: "Achieves near-native performance on real-world workloads like XZ compression and LLaMa.cpp", + title: "Effective Performance", + desc: "Achieves effective performance on real-world workloads like xz compression and LLaMa.cpp", icon: "zap" }, ]; @@ -362,13 +362,13 @@ const Benchmarks = () => {

- XZ Compression (Time) + xz Compression (Time)

Dr.avx - 106.64 s + 106.64 s