Skip to content

Commit

Permalink
update 2022-5-20
Browse files Browse the repository at this point in the history
  • Loading branch information
sdragonx committed May 20, 2022
1 parent 1d6b9e2 commit c9a2281
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ glm.hpp 里面使用了 using namespace cgl 来暴露 glm 的命名空间。<br>
精简了结构,代码量更少,部分代码执行率比原版要快一些。<br>

# 更新历史<br>
### 2021-11-20
完成大部分 glsl 函数,指令加速部分,完成矩阵乘法(指令部分,支持 SSE2 内联汇编)。

### 2022-2-15
完善所有基础矩阵类型。(mat2xN ~ mat4xN)
### 2022-5-20
mat2x3 mat3x2 等行列不等的矩阵参数、功能修复。

### 2022-2-25
+vector
Expand All @@ -35,3 +33,9 @@ isinf()
isnan()
step
smoothstep()

### 2022-2-15
完善所有基础矩阵类型。(mat2xN ~ mat4xN)

### 2021-11-20
完成大部分 glsl 函数,指令加速部分,完成矩阵乘法(指令部分,支持 SSE2 内联汇编)。

0 comments on commit c9a2281

Please sign in to comment.