llvm w/ daiFPU and SWAR data types. All changes consolidated in a single patch. Release 3
0 parents
Showing
with
1817 additions
and
0 deletions
.gitignore
0 → 100644
README.md
0 → 100644
This diff could not be displayed because it is too large.
run.sh
0 → 100755
tests/Makefile
0 → 100644
tests/scripts/get_defines
0 → 100755
tests/src/double/double_abs.c
0 → 100644
tests/src/double/double_add.c
0 → 100644
tests/src/double/double_div.c
0 → 100644
tests/src/double/double_dtoi.c
0 → 100644
tests/src/double/double_dtos.c
0 → 100644
tests/src/double/double_itod.c
0 → 100644
tests/src/double/double_mul.c
0 → 100644
tests/src/double/double_muld.c
0 → 100644
tests/src/double/double_neg.c
0 → 100644
tests/src/double/double_sqrt.c
0 → 100644
tests/src/double/double_stod.c
0 → 100644
tests/src/double/double_sub.c
0 → 100644
tests/src/float/float_abs.c
0 → 100644
tests/src/float/float_add.c
0 → 100644
tests/src/float/float_div.c
0 → 100644
tests/src/float/float_dtos.c
0 → 100644
tests/src/float/float_itos.c
0 → 100644
tests/src/float/float_mul.c
0 → 100644
tests/src/float/float_muld.c
0 → 100644
tests/src/float/float_neg.c
0 → 100644
tests/src/float/float_sqrt.c
0 → 100644
tests/src/float/float_stod.c
0 → 100644
tests/src/float/float_stoi.c
0 → 100644
tests/src/float/float_sub.c
0 → 100644
tests/src/half/half_abs.c
0 → 100644
tests/src/half/half_add.c
0 → 100644
tests/src/half/half_div.c
0 → 100644
tests/src/half/half_htoi.c
0 → 100644
tests/src/half/half_htos.c
0 → 100644
tests/src/half/half_itoh.c
0 → 100644
tests/src/half/half_mul.c
0 → 100644
tests/src/half/half_muls.c
0 → 100644
tests/src/half/half_neg.c
0 → 100644
tests/src/half/half_sqrt.c
0 → 100644
tests/src/half/half_stoh.c
0 → 100644
tests/src/half/half_sub.c
0 → 100644
tests/src/swar/swar-add-2x16b-pragma.c
0 → 100644
tests/src/swar/swar-add-2x16b.c
0 → 100644
tests/src/swar/swar-add-4x8b.c
0 → 100644
tests/src/swar/swar-cor-10x3b.c
0 → 100644
tests/src/swar/swar-cor-16x1b.c
0 → 100644
tests/src/swar/swar-cor-16x2b.c
0 → 100644
tests/src/swar/swar-cor-8x4b.c
0 → 100644
tests/src/swar/swar-fcn.c
0 → 100644
tests/src/swar/swar-mul-2x16b.c
0 → 100644
tests/src/swar/swar-mul-4x8b.c
0 → 100644
tests/src/swar/swar-sub-2x16b.c
0 → 100644
tests/src/swar/swar-sub-4x8b.c
0 → 100644
tests/src/swar/swar.h
0 → 100644
-
Please register or sign in to post a comment