diff --git a/documentation/proposals/Proposal - Bitwise - Scalar.md b/documentation/proposals/Proposal - Bitwise - Scalar.md index 5e0b073534..8aaa03f690 100644 --- a/documentation/proposals/Proposal - Bitwise - Scalar.md +++ b/documentation/proposals/Proposal - Bitwise - Scalar.md @@ -20,6 +20,8 @@ To make this simpler for both me, and anyone who reads this, I've provided the A This same API would also be amended to the Vectorization/SIMD proposal, if both are accepted. ```cs +static readonly Silk.NET.Maths.Scalar.AllBitsSet -> T + static Silk.NET.Maths.Scalar.And(T left, T right) -> T static Silk.NET.Maths.Scalar.Or(T left, T right) -> T static Silk.NET.Maths.Scalar.Xor(T left, T right) -> T