https://github.com/halide/Halide
Revision 8dff0e280b1be01cfa62b0c7a225a93c054b7131 authored by Steven Johnson on 30 November 2023, 18:01:28 UTC, committed by Steven Johnson on 30 November 2023, 18:01:28 UTC
2 parent s fadcbeb + 2bcb879
Raw File
Tip revision: 8dff0e280b1be01cfa62b0c7a225a93c054b7131 authored by Steven Johnson on 30 November 2023, 18:01:28 UTC
Merge branch 'srj/intrinsics-bounds' into srj/test-intrinsics-bounds
Tip revision: 8dff0e2
.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