You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement tests for the Trigonometric intrinsics:
acos, asin, atan, cosh, sin, sinh, tan, and tanh
atan2 is omitted as it is a combination of other ops covered by other test cases.
degrees and radians intrinsics are also omitted as they are just fmuls and are covered by other test cases.
The text was updated successfully, but these errors were encountered:
Implement tests for the Trigonometric intrinsics:
acos, asin, atan, cosh, sin, sinh, tan, and tanh
atan2 is omitted as it is a combination of other ops covered by other test cases.
degrees and radians intrinsics are also omitted as they are just fmuls and are covered by other test cases.
The text was updated successfully, but these errors were encountered: