Commit afb074f
committed
meshletcodec: Fix clang-cl build warning
clang-cl pretends that it's MSVC by defining _MSC_VER but does not
support msvc::flatten, resulting in a build warning and in a potential
codegen regression. It does support __attribute__((flatten)) so simply
make the MSVC detection more precise here.1 parent 9e2c925 commit afb074f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments