https://github.com/splatlab/squeakr
Revision da534d3716bb2c1f2203332be7109070128f77f2 authored by Prashant Pandey on 04 April 2017, 22:29:40 UTC, committed by Prashant Pandey on 04 April 2017, 22:29:40 UTC
1 parent 6aa21e1
Raw File
Tip revision: da534d3716bb2c1f2203332be7109070128f77f2 authored by Prashant Pandey on 04 April 2017, 22:29:40 UTC
Added an alternate implementation of select on machine words to work on non-Haswell hardware. Also, updated the Makefile and removed libs folder.
Tip revision: da534d3
.gitignore
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
back to top