https://github.com/halide/Halide
Revision 840ed4d4969a0a70663150f79e04182c3aaca887 authored by Alexander Root on 18 August 2023, 22:31:32 UTC, committed by GitHub on 18 August 2023, 22:31:32 UTC
1 parent 4e6fe00
Raw File
Tip revision: 840ed4d4969a0a70663150f79e04182c3aaca887 authored by Alexander Root on 18 August 2023, 22:31:32 UTC
Remove fragile simd_op_check test for mlal/mlsl on ARM (#7775)
Tip revision: 840ed4d
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.c text
*.h text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.tiff binary
back to top