Skip to content

Commit

Permalink
t1ha: qt-creator project.
Browse files Browse the repository at this point in the history
  • Loading branch information
erthink committed Feb 7, 2018
1 parent 7a8878c commit 9c09d1d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
.vs/
ARM/
ARM64/
Win32/
libt1ha.a
libt1ha.so
t1ha-dll.VC.db
t1ha-static.VC.db
t1ha-test.VC.db
t1ha.VC.VC.opendb
t1ha.VC.db
t1ha.config
t1ha.creator.user
t1ha.includes
t1ha0.o
t1ha0_aes_avx.o
t1ha0_aes_noavx.o
t1ha0_ia32aes_avx.bc
Expand All @@ -8,15 +21,6 @@ t1ha0_ia32aes_avx.s
t1ha0_ia32aes_noavx.bc
t1ha0_ia32aes_noavx.i
t1ha0_ia32aes_noavx.s
t1ha0.o
t1ha1.o
t1ha-dll.VC.db
t1ha-static.VC.db
t1ha-test.VC.db
t1ha.VC.db
t1ha.VC.VC.opendb
test
.vs/
ARM/
Win32/
x64/
1 change: 1 addition & 0 deletions t1ha.creator
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[General]
17 changes: 17 additions & 0 deletions t1ha.files
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.travis.yml
LICENSE
README.md
circle.yml
src/t1ha0.c
src/t1ha0_ia32aes_a.h
src/t1ha0_ia32aes_avx.c
src/t1ha0_ia32aes_avx2.c
src/t1ha0_ia32aes_b.h
src/t1ha0_ia32aes_noavx.c
src/t1ha1.c
src/t1ha_bits.h
t1ha.h
tests/4bench_t1ha0_ia32aes_avx.c
tests/4bench_t1ha0_ia32aes_avx2.c
tests/4bench_t1ha0_ia32aes_noavx.c
tests/main.c

0 comments on commit 9c09d1d

Please sign in to comment.