From 90d0ab478456d63375f8cc2367949d6dc5866e5c Mon Sep 17 00:00:00 2001 From: Ted Mostly Date: Tue, 29 Oct 2024 01:19:20 +0800 Subject: [PATCH] fix link (#148) --- posts/170.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/posts/170.md b/posts/170.md index 1b8dac8..ee8ddf3 100644 --- a/posts/170.md +++ b/posts/170.md @@ -31,7 +31,7 @@ qq群 [点击进入](https://qm.qq.com/q/6NGizNPyG4) 满了加这俩 729240657 8 ## 文章 -### On designing Tenseur, A C++ tensor library with lazy evaluation https://istmarc.github.io/post/2024/10/27/on-designing-tenseur-a-c-tensor-library-with-lazy-evaluation/ +### [On designing Tenseur, A C++ tensor library with lazy evaluation](https://istmarc.github.io/post/2024/10/27/on-designing-tenseur-a-c-tensor-library-with-lazy-evaluation/) 这个人写了个类似eigen的库,介绍他的设计原理。其实主要是表达式模版,这里举一个例子 @@ -143,7 +143,7 @@ operator+(VecExpression const& u, VecExpression const& v) { -### 教你 require用法 https://www.think-cell.com/en/career/devblog/if-constexpr-requires-requires-requires +### [教你 require用法 ](https://www.think-cell.com/en/career/devblog/if-constexpr-requires-requires-requires) 基本,require concept ```c++ @@ -235,7 +235,7 @@ using unordered_string_map = std::unordered_map< 咱们说过挺多次了 -### Zero or sign extend https://fgiesen.wordpress.com/2024/10/23/zero-or-sign-extend/ +### [Zero or sign extend ](https://fgiesen.wordpress.com/2024/10/23/zero-or-sign-extend/) 讨论一种场景,无符号数/有符号数的扩展问题,比如给你一个11位的数字,你给扩展到32位