Revision 2386fed892d38ddacf2503e34ad03e9ad235510f authored by Zalman Stern on 07 December 2018, 07:31:29 UTC, committed by GitHub on 07 December 2018, 07:31:29 UTC
 Emit halide_scalar_value_t with full storage (Issue #3470)
2 parent s 54a3972 + 798de3d
Raw File
.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