Browse Source

referencing the actual GLM source for SIMD rounding

af/merge-core
Anton Firszov 9 years ago
parent
commit
1fb1e03266
  1. 2
      src/ImageSharp/Common/Extensions/SimdUtils.cs

2
src/ImageSharp/Common/Extensions/SimdUtils.cs

@ -27,7 +27,7 @@ namespace SixLabors.ImageSharp
/// Rounds all values in 'v' to the nearest integer following <see cref="MidpointRounding.ToEven"/> semantics.
/// Source:
/// <see>
/// <cref>https://github.com/tmpvar/voxviz/blob/master/deps/glm/glm/simd/common.h#L110</cref>
/// <cref>https://github.com/g-truc/glm/blob/master/glm/simd/common.h#L110</cref>
/// </see>
/// </summary>
[MethodImpl(MethodImplOptions.AggressiveInlining)]

Loading…
Cancel
Save