Skip to content

Commit

Permalink
Added corrections related to code review:
Browse files Browse the repository at this point in the history
-added binary_operator_half.cpp and binary_two_results_i_half.cpp
-address sanitizer errors fixed
-extending list of special half values
-removed unnecessary relaxed math references in half tests
-corrected conditions to verify ulp narrowing of computation results
-several refactoring and cosmetics corrections
  • Loading branch information
shajder committed Nov 8, 2023
1 parent b471a66 commit 1122f31
Show file tree
Hide file tree
Showing 17 changed files with 1,962 additions and 922 deletions.
2 changes: 2 additions & 0 deletions test_conformance/math_brute_force/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ set(${MODULE_NAME}_SOURCES
binary_i_half.cpp
binary_operator_double.cpp
binary_operator_float.cpp
binary_operator_half.cpp
binary_two_results_i_double.cpp
binary_two_results_i_float.cpp
binary_two_results_i_half.cpp
common.cpp
common.h
function_list.cpp
Expand Down
Loading

0 comments on commit 1122f31

Please sign in to comment.