Skip to content

Commit

Permalink
Update vdt-integer-overflow.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Oct 17, 2024
1 parent 8e512ce commit ecb4376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdt-integer-overflow.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ index 563ae93..2ca2855 100644
} // end details namespace

/// Single precision sincos
+#ifdef CMS_UNDEFINED_SANITIZER
+#ifdef __clang_analyzer__
+__attribute__((no_sanitize("signed-integer-overflow")))
+#endif
inline void fast_sincosf( const float xx, float & s, float &c ) {
Expand Down

0 comments on commit ecb4376

Please sign in to comment.