From: Chris Duncan Date: Tue, 14 Jan 2025 19:20:20 +0000 (-0800) Subject: Add vector variable for storing XOR results during rotations. X-Git-Tag: v2.0.0~117 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=72f918e39878bcf6a040bbf155f0fdf4258aae40;p=nano-pow.git Add vector variable for storing XOR results during rotations. --- diff --git a/src/shaders/compute.wgsl b/src/shaders/compute.wgsl index e89e4f3..a233b14 100644 --- a/src/shaders/compute.wgsl +++ b/src/shaders/compute.wgsl @@ -117,6 +117,7 @@ fn main(@builtin(global_invocation_id) id: vec3) { var o1: u32; var xor0: u32; var xor1: u32; + var xor: vec2; /**************************************************************************** * ROUND(0) *