mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
parent
aaaaab9ec2
commit
fdee558e45
@ -287,7 +287,7 @@ pub const Fe = struct {
|
||||
return _carry128(&r);
|
||||
}
|
||||
|
||||
inline fn _sq(a: Fe, comptime double: bool) Fe {
|
||||
fn _sq(a: Fe, comptime double: bool) Fe {
|
||||
var ax: [5]u128 = undefined;
|
||||
var r: [5]u128 = undefined;
|
||||
comptime var i = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user