Added vector ulp functions

This commit is contained in:
Christophe Riccio
2018-09-26 18:27:55 +02:00
parent 32573c86ec
commit 76683aa287
11 changed files with 796 additions and 426 deletions

View File

@@ -11,6 +11,7 @@ glmCreateTestGTC(ext_scalar_common)
glmCreateTestGTC(ext_scalar_constants)
glmCreateTestGTC(ext_scalar_int_sized)
glmCreateTestGTC(ext_scalar_uint_sized)
glmCreateTestGTC(ext_scalar_ulp)
glmCreateTestGTC(ext_scalar_relational)
glmCreateTestGTC(ext_vec1)
glmCreateTestGTC(ext_vector_bool1)
@@ -18,3 +19,5 @@ glmCreateTestGTC(ext_vector_common)
glmCreateTestGTC(ext_vector_iec559)
glmCreateTestGTC(ext_vector_integer)
glmCreateTestGTC(ext_vector_relational)
glmCreateTestGTC(ext_vector_ulp)