Skip to content

eriksjolund/eriksjolund

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

I like discovering new things. Examples of my findings: security vulnerabilities in Kubernetes, Podman and Singularity. I've also created a SIMD algorithm that efficiently loads and shifts columns into diagonals. Here are the three first iteration steps of the algorithm:

v7 = a a a a a a a a    v0 = b b b b b b b b    v1 = c c c c c c c c
v6 =			v7 = a a a a a a a a	v0 = b b b b b b b b
v5 =			v6 =		    	v7 = a a a a a a a a
v4 =			v5 =		    	v6 =		    
v3 =         a a a a	v4 =         b b b b	v5 =         c c c c
v2 =			v3 =         a a a a	v4 =         b b b b
v1 =             a a	v2 =             b b	v3 =         a a c c
v0 =               a	v1 =             a b	v2 =           a b c

See how the diagonals fall into place.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published