Render examples.

This commit is contained in:
Jeroen van Rijn
2025-10-10 12:24:28 +02:00
parent 4068eeb5fa
commit ece213afca
29 changed files with 146 additions and 139 deletions
+2 -2
View File
@@ -1,3 +1,5 @@
package xxhash
/*
An implementation of Yann Collet's [xxhash Fast Hash Algorithm](https://cyan4973.github.io/xxHash/).
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
@@ -8,8 +10,6 @@
Jeroen van Rijn: Initial implementation.
*/
package xxhash
import "core:mem"
import "base:intrinsics"
+2 -2
View File
@@ -1,3 +1,5 @@
package xxhash
/*
An implementation of Yann Collet's [xxhash Fast Hash Algorithm](https://cyan4973.github.io/xxHash/).
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
@@ -8,8 +10,6 @@
Jeroen van Rijn: Initial implementation.
*/
package xxhash
import "base:intrinsics"
/*
+2 -2
View File
@@ -1,3 +1,5 @@
package xxhash
/*
An implementation of Yann Collet's [xxhash Fast Hash Algorithm](https://cyan4973.github.io/xxHash/).
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
@@ -8,8 +10,6 @@
Jeroen van Rijn: Initial implementation.
*/
package xxhash
import "base:intrinsics"
/*
+2 -2
View File
@@ -1,3 +1,5 @@
package xxhash
/*
An implementation of Yann Collet's [xxhash Fast Hash Algorithm](https://cyan4973.github.io/xxHash/).
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
@@ -8,8 +10,6 @@
Jeroen van Rijn: Initial implementation.
*/
package xxhash
import "base:intrinsics"
/*