Skip to content

fix: enable avx2 only when avx2 is available #154

fix: enable avx2 only when avx2 is available

fix: enable avx2 only when avx2 is available #154

Triggered via push May 23, 2024 21:45
Status Success
Total duration 13m 21s
Billable time 14m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/UTF8.cs#L737
The variable 'TempUtf16CodeUnitCountAdjustment' is assigned but its value is never used
build: src/UTF8.cs#L738
The variable 'TempScalarCountAdjustment' is assigned but its value is never used
build: test/UTF8ValidationTests.cs#L454
The variable 'outputLength' is assigned but its value is never used
build: test/UTF8ValidationTests.cs#L79
Public method 'simpleGoodSequences' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L147
Public method 'BadSequences' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L234
Public method 'Node48995Test' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L240
Public method 'NoError' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L302
Public method 'NoErrorSpecificByteCount' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L372
Public method 'NoErrorIncompleteThenASCII' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/UTF8ValidationTests.cs#L450
Public method 'NoErrorIncompleteAt256Vector' on test class 'Utf8SIMDValidationTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)