https://github.com/halide/Halide
Raw File
Tip revision: 92355ea386368d96b16ca89d6dab271b4c511096 authored by Andrew Adams on 04 March 2021, 00:30:10 UTC
Revert unintended change in precision
Tip revision: 92355ea
.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