Skip to content

Commit

Permalink
Add static_assert define for z/OS (onnx#2385)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Essenmacher <[email protected]>
Co-authored-by: Charles Volzka <[email protected]>
Signed-off-by: Yasushi Negishi <[email protected]>
  • Loading branch information
2 people authored and negiyas committed Jul 31, 2023
1 parent e99abb3 commit 5cee9ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Support/SmallFPConversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

#include <stdint.h>

#ifdef __MVS__
#define static_assert _Static_assert
#endif

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 5cee9ed

Please sign in to comment.