https://github.com/halide/Halide
Revision cf40bc8982e1d14b8cc9211ac7f0a3b130a33758 authored by Steven Johnson on 08 April 2021, 17:14:26 UTC, committed by GitHub on 08 April 2021, 17:14:26 UTC
* Improve wasm_threads documentation

* Update HalideRuntime.h
1 parent 71b895e
Raw File
Tip revision: cf40bc8982e1d14b8cc9211ac7f0a3b130a33758 authored by Steven Johnson on 08 April 2021, 17:14:26 UTC
Improve wasm_threads documentation (#5843)
Tip revision: cf40bc8
.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