https://github.com/halide/Halide
Raw File
Tip revision: 7e42995a6a64d512eda48abf7ba8f01891528ab9 authored by Dillon Sharlet on 20 September 2021, 04:32:45 UTC
Make buffer_get_* calls pure
Tip revision: 7e42995
.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