Revision a34d00d3fc0cffa8c80548051f5bbd901d0260a5 authored by Alex Reinking on 02 December 2020, 22:44:43 UTC, committed by GitHub on 02 December 2020, 22:44:43 UTC
* Add fft build

* Fix properties

* Fix generator argument

* Add "Success!" message to fft aot test.

* Formatting.

* Fix target directory for bench_fft
1 parent f47c5c9
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