Skip to content

Commit 0179620

Browse files
Fix note.
1 parent e53d0a0 commit 0179620

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/imagesharp/gettingstarted.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ A few troubleshooting steps to try:
122122

123123
- Check the value of [Vector.IsHardwareAccelerated](https://docs.microsoft.com/en-us/dotnet/api/system.numerics.vector.ishardwareaccelerated?view=netcore-2.1&viewFallbackFrom=netstandard-2.0#System_Numerics_Vector_IsHardwareAccelerated). If the output is false, it means there is no SIMD support in your runtime!
124124

125-
### MAUI
125+
#### MAUI Performance
126126
ImageSharp performs well with MAUI on both iOS and Android in release mode when correctly configured. For Android we recommend enabling LLVM and AOT compilation in the project file:
127127

128128
```xml
@@ -133,4 +133,5 @@ ImageSharp performs well with MAUI on both iOS and Android in release mode when
133133
</PropertyGroup>
134134
```
135135

136-
>[!NOTE] Android performance in Debug mode appears to be significantly slower than in Release mode, this is not due to issues within the library itself rather upstream issues in the .NET Runtime. The following [.NET Runtime issue](https://github.com/dotnet/runtime/issues/71210) contains more information.
136+
>[!NOTE]
137+
>Android performance in Debug mode appears to be significantly slower than in Release mode, this is not due to issues within the library itself rather upstream issues in the .NET Runtime. The following [.NET Runtime issue](https://github.com/dotnet/runtime/issues/71210) contains more information.

0 commit comments

Comments
 (0)