Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid assumption on underlying type of unscoped enum in simd traits
Summary: The underlying type of an unscoped `enum` is specified as implementation-defined. Avoid assuming what it is. In practice, msvc appears to choose `unsigned int` while gcc and clang choose `signed int`. Differential Revision: D64644008 fbshipit-source-id: 97fcc81be1fa23447c3c9d502c9874c1947f710b
- Loading branch information