"examples/vision/vscode:/vscode.git/clone" did not exist on "0b7672d7dc246f708f46102ddbaa2d7afb2b54f9"
Commit 86605723 authored by Umang Yadav's avatar Umang Yadav
Browse files

add comment about c++20 extensions

parent 13ef4148
......@@ -25,8 +25,8 @@
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wfloat-equal"
#pragma clang diagnostic ignored "-Wc++20-extensions"
#endif // __clang__
#pragma clang diagnostic ignored "-Wc++20-extensions" // required for "asm" inside constexpr
#endif // __clang__
// We are clipping in down conversion by default
#define MIGRAPHX_F8_DOWNCAST_CLIPPING 1 // NOLINT
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment