https://github.com/halide/Halide
Raw File
Tip revision: 251d1fb5ad3afd2512e55462f8fb0de70e9b67a0 authored by Andrew Adams on 24 April 2024, 21:53:55 UTC
Add a std::move
Tip revision: 251d1fb
.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